Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Athspi
/
Athspi-promax
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Athspi
commited on
Feb 5
Commit
e82d1de
·
verified
·
1 Parent(s):
08f78da
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -109,4 +109,4 @@ iface = gr.Interface(
109
)
110
111
# Launch app
112
-
iface.launch()
109
)
110
111
# Launch app
112
+
iface.launch(
debug=True
)