Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SeemG
/
TheGiggleGrid
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SeemG
commited on
Jul 7, 2024
Commit
f0154fd
·
verified
·
1 Parent(s):
ba8a2e1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -57,4 +57,4 @@ interface = gr.Interface(
57
)
58
59
# Launch the Gradio app
60
-
interface.launch()
57
)
58
59
# Launch the Gradio app
60
+
interface.launch(
debug=True
)