Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,6 @@ gr.interface(
|
|
13 |
predict,
|
14 |
inputs = gr.Image(label="Upload hot dog candidate", type = "filepath"),
|
15 |
outputs = gr.Label(num_top_classes=2),
|
16 |
-
title="hot Dog? or Not ?"
|
17 |
).launch()
|
18 |
|
|
|
13 |
predict,
|
14 |
inputs = gr.Image(label="Upload hot dog candidate", type = "filepath"),
|
15 |
outputs = gr.Label(num_top_classes=2),
|
16 |
+
title="hot Dog? or Not ?",
|
17 |
).launch()
|
18 |
|