Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dao3
/
dajuzi
like
0
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Update app.py
#3
by
xianbao
- opened
Mar 17, 2023
base:
refs/heads/main
←
from:
refs/pr/3
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ def chatbot():
25
26
# 启动应用程序
27
if __name__ == '__main__':
28
-
app.run(debug=True)
25
26
# 启动应用程序
27
if __name__ == '__main__':
28
+
app.run(
host="0.0.0.0", port=7860,
debug=True)
)