Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ gr.Interface(
|
|
15 |
predict,
|
16 |
inputs=gr.inputs.Image(label="Upload hot dog candidate", type="filepath"),
|
17 |
outputs=gr.outputs.Label(num_top_classes=2),
|
18 |
-
title = "<br>Hot dog or not?<br>"
|
19 |
description = 'This is a demo of the hotdog-not-hotdog model by julien-c.<br><br>',
|
20 |
css=".gradio-container {background-image: url('file=BG.png')}"
|
21 |
).launch()
|
|
|
15 |
predict,
|
16 |
inputs=gr.inputs.Image(label="Upload hot dog candidate", type="filepath"),
|
17 |
outputs=gr.outputs.Label(num_top_classes=2),
|
18 |
+
title = "<br>Hot dog or not?<br>",
|
19 |
description = 'This is a demo of the hotdog-not-hotdog model by julien-c.<br><br>',
|
20 |
css=".gradio-container {background-image: url('file=BG.png')}"
|
21 |
).launch()
|