Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def classify_image(img):
|
|
| 24 |
return pred_class, dict(zip(categories, map(float,probs)))
|
| 25 |
|
| 26 |
# Cell
|
| 27 |
-
image = gr.Image()
|
| 28 |
|
| 29 |
set_label = gr.Textbox(label="Predicted Class")
|
| 30 |
|
|
|
|
| 24 |
return pred_class, dict(zip(categories, map(float,probs)))
|
| 25 |
|
| 26 |
# Cell
|
| 27 |
+
image = gr.Image(height=192, width=192)
|
| 28 |
|
| 29 |
set_label = gr.Textbox(label="Predicted Class")
|
| 30 |
|