smart12 / app_test.py
Ravi21's picture
Upload app_test.py
3933270 verified
raw
history blame contribute delete
141 Bytes
import requests
resp = requests.post("https://localhost:5000/predict", files={"file": open('dataset/test_img/input.png','rb')})
print(resp)