Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
HMPhuoc
/
toxic
like
0
Running
App
Files
Files
Community
HMPhuoc
commited on
May 30
Commit
f97ddf1
•
1 Parent(s):
4d2949d
turn off debug
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -32,4 +32,4 @@ def checkPlus():
32
33
if __name__ == '__main__':
34
35
-
app.run(debug=
True
, threaded=True)
32
33
if __name__ == '__main__':
34
35
+
app.run(debug=
False
, threaded=True)