Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cutycat2000x
/
InstantChat
like
23
Running
App
Files
Files
Community
1
cutycat2000x
commited on
Mar 11, 2024
Commit
fac94c9
·
verified
·
1 Parent(s):
73ff692
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ def handle_request(path):
15
return response
16
17
if __name__ == "__main__":
18
-
app.run(
debug=True,
host="0.0.0.0", port=7860)
15
return response
16
17
if __name__ == "__main__":
18
+
app.run(host="0.0.0.0", port=7860)