Spaces:
Runtime error
Runtime error
File size: 266 Bytes
ea2e178 |
1 2 3 4 5 6 7 8 9 10 |
# curl -X POST \
# -F "file=@/media/volume2/dasiapp/images/original6.png" \
# "http://127.0.0.1:8080/predict?return_image=true" \
# --output result.jpg
curl -X POST \
-F "file=@/media/volume2/dasiapp/images/original6.png" \
http://127.0.0.1:8080/predict
|