Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sitammeur
/
TextSnap
like
4
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sitammeur
commited on
Jul 14, 2024
Commit
0abdd14
·
verified
·
1 Parent(s):
19c5277
Debug mode is off
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -36,4 +36,4 @@ interface = gr.Interface(
36
theme="soft",
37
allow_flagging="never",
38
)
39
-
interface.launch(debug=
True
)
36
theme="soft",
37
allow_flagging="never",
38
)
39
+
interface.launch(debug=
False
)