Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ gr.Interface(
|
|
| 23 |
|
| 24 |
inputs=gr.Image(label="Upload image", type="filepath"),
|
| 25 |
|
| 26 |
-
outputs=gr.
|
| 27 |
|
| 28 |
title="Hotdog or Not Hotdog?"
|
| 29 |
|
|
|
|
| 23 |
|
| 24 |
inputs=gr.Image(label="Upload image", type="filepath"),
|
| 25 |
|
| 26 |
+
outputs=gr.Label(num_top_classes=2),
|
| 27 |
|
| 28 |
title="Hotdog or Not Hotdog?"
|
| 29 |
|