Spaces:
Runtime error
Runtime error
jiawenchim
commited on
Commit
·
4567574
1
Parent(s):
895b503
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,6 @@ detection_model = load_model()
|
|
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")
|
|
|
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")
|