Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
alanchen1115/gemiline
LunaYue1
/
gemiline
like
0
Sleeping
App
Files
Files
Community
alanchen1115
commited on
Mar 6
Commit
0379ea1
•
1 Parent(s):
57851c6
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -57,4 +57,4 @@ def handle_message(event):
57
TextSendMessage(text=out))
58
59
if __name__ == '__main__':
60
-
app.run()
57
TextSendMessage(text=out))
58
59
if __name__ == '__main__':
60
+
app.run(
host="0.0.0.0", port=7860
)