Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
syaikhipin
/
TimCCG
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
syaikhipin
commited on
Sep 23, 2023
Commit
abda3d8
·
1 Parent(s):
f7a5a72
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -108,7 +108,7 @@ iface = gr.Interface(
108
)
109
110
# Launch the Gradio interface
111
-
iface.launch(debug=
false
, share=
false
)
112
113
114
108
)
109
110
# Launch the Gradio interface
111
+
iface.launch(debug=
False
, share=
False
)
112
113
114