Spaces:
Runtime error
Runtime error
Commit
·
895b503
1
Parent(s):
bf0f1f9
Update app.py
Browse files
app.py
CHANGED
@@ -78,6 +78,7 @@ detection_model = load_model()
|
|
78 |
# predicted_img = predict(image_arr)
|
79 |
# predicted_img.save('predicted.jpg')
|
80 |
|
|
|
81 |
gr.Interface(fn=predict,
|
82 |
inputs=gr.Image(type="pil"),
|
83 |
outputs=gr.Image(type="pil")
|
|
|
78 |
# predicted_img = predict(image_arr)
|
79 |
# predicted_img.save('predicted.jpg')
|
80 |
|
81 |
+
|
82 |
gr.Interface(fn=predict,
|
83 |
inputs=gr.Image(type="pil"),
|
84 |
outputs=gr.Image(type="pil")
|