Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ demo = gr.Interface(
|
|
28 |
description="Select a timm model and upload an image for classification."
|
29 |
)
|
30 |
|
31 |
-
demo.launch()
|
|
|
28 |
description="Select a timm model and upload an image for classification."
|
29 |
)
|
30 |
|
31 |
+
demo.launch(debug=True)
|