Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zhofang
/
statmo
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Zhofang
commited on
Jun 8, 2024
Commit
9fed31b
·
verified
·
1 Parent(s):
143d780
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -39,4 +39,4 @@ def attack():
39
40
41
if __name__ == '__main__':
42
-
app.run(debug=True, threaded=True, host="0.0.0.0", port=
80
)
39
40
41
if __name__ == '__main__':
42
+
app.run(debug=True, threaded=True, host="0.0.0.0", port=
7860
)