Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
sitammeur
/
TextSnap
like
4
Running
on
Zero
App
Files
Files
Community
sitammeur
commited on
Jul 14
Commit
0abdd14
•
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
)