Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,4 +20,4 @@ iface = gr.Interface(
|
|
20 |
)
|
21 |
|
22 |
# Launch the interface with share=True for public access
|
23 |
-
iface.launch(
|
|
|
20 |
)
|
21 |
|
22 |
# Launch the interface with share=True for public access
|
23 |
+
iface.launch(debug=True)
|