Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sitammeur
/
ClassyText
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sitammeur
commited on
Apr 11, 2024
Commit
3805905
·
verified
·
1 Parent(s):
6b25170
Update app.py debugging mode
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -56,4 +56,4 @@ demo = gr.Interface(
56
theme="Soft",
57
allow_flagging="never",
58
)
59
-
demo.launch()
56
theme="Soft",
57
allow_flagging="never",
58
)
59
+
demo.launch(
debug=False
)