Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
zhzabcd/awawaaa
zhzabcd
/
imchatroom
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zhzabcd
commited on
Dec 15, 2024
Commit
76a7639
·
verified
·
1 Parent(s):
044d98c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -7,4 +7,4 @@ def index():
7
return render_template('index.html')
8
9
if __name__ == '__main__':
10
-
app.run(
debug
=
True
)
7
return render_template('index.html')
8
9
if __name__ == '__main__':
10
+
app.run(
host
=
"0.0.0.0", port=5000
)