Spaces:
Runtime error
Runtime error
Commit
·
6c3bea4
1
Parent(s):
7004fa7
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ gradio_app = gr.Interface(
|
|
11 |
predict,
|
12 |
inputs=gr.Image(label="Select hot dog candidate", sources=['upload', 'webcam'], type="pil"),
|
13 |
outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
|
14 |
-
title="Hot Dog? Not Hot Dog",
|
15 |
)
|
16 |
|
17 |
if __name__ == "__main__":
|
|
|
11 |
predict,
|
12 |
inputs=gr.Image(label="Select hot dog candidate", sources=['upload', 'webcam'], type="pil"),
|
13 |
outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
|
14 |
+
title="Hot Dog? Not Hot Dog!",
|
15 |
)
|
16 |
|
17 |
if __name__ == "__main__":
|