Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,8 +10,8 @@ def predict_image(img):
|
|
| 10 |
|
| 11 |
# UI huggface
|
| 12 |
|
| 13 |
-
image = gr.Image(shape=(192, 192))
|
| 14 |
-
label = gr.Label()
|
| 15 |
#intrfce = gr.Interface(fn=predict_image, inputs=image, outputs=label)
|
| 16 |
|
| 17 |
intrfce = gr.Interface(fn=predict,
|
|
|
|
| 10 |
|
| 11 |
# UI huggface
|
| 12 |
|
| 13 |
+
# image = gr.Image(shape=(192, 192))
|
| 14 |
+
# label = gr.Label()
|
| 15 |
#intrfce = gr.Interface(fn=predict_image, inputs=image, outputs=label)
|
| 16 |
|
| 17 |
intrfce = gr.Interface(fn=predict,
|