Spaces:
Sleeping
Sleeping
IndianServers
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -21,4 +21,4 @@ image_input = gr.Image(type="pil")
|
|
21 |
label_output = gr.Label(num_top_classes=3)
|
22 |
|
23 |
interface = gr.Interface(fn=predict, inputs=image_input, outputs=label_output)
|
24 |
-
interface.launch(
|
|
|
21 |
label_output = gr.Label(num_top_classes=3)
|
22 |
|
23 |
interface = gr.Interface(fn=predict, inputs=image_input, outputs=label_output)
|
24 |
+
interface.launch()
|