Spaces:
Runtime error
Runtime error
Commit ·
4f2d765
1
Parent(s): 466917c
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,4 +68,4 @@ gr.Interface(
|
|
| 68 |
inputs=gr.inputs.Image(label="Upload hot dog candidate", type="filepath"),
|
| 69 |
outputs=gr.outputs.Label(num_top_classes=2),
|
| 70 |
title="Hot Dog? Or Not?",
|
| 71 |
-
).launch()
|
|
|
|
| 68 |
inputs=gr.inputs.Image(label="Upload hot dog candidate", type="filepath"),
|
| 69 |
outputs=gr.outputs.Label(num_top_classes=2),
|
| 70 |
title="Hot Dog? Or Not?",
|
| 71 |
+
).launch()
|