Spaces:
Runtime error
Runtime error
Update space
Browse files
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
app.py
CHANGED
@@ -15,6 +15,5 @@ gradio_app = gr.Interface(
|
|
15 |
outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
|
16 |
title="Hot Dog? Or Not?",
|
17 |
)
|
18 |
-
|
19 |
if __name__ == "__main__":
|
20 |
gradio_app.launch()
|
|
|
15 |
outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
|
16 |
title="Hot Dog? Or Not?",
|
17 |
)
|
|
|
18 |
if __name__ == "__main__":
|
19 |
gradio_app.launch()
|