Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,4 +25,4 @@ outputs = gr.Label(num_top_classes=1)
|
|
25 |
interface = gr.Interface(fn=classify_image, inputs=inputs, outputs=outputs)
|
26 |
|
27 |
# Launch the interface
|
28 |
-
interface.launch()
|
|
|
25 |
interface = gr.Interface(fn=classify_image, inputs=inputs, outputs=outputs)
|
26 |
|
27 |
# Launch the interface
|
28 |
+
interface.launch(debug=True)
|