Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tianlong12
/
APIForwarder
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tianlong12
commited on
Jul 14, 2024
Commit
351bb63
·
verified
·
1 Parent(s):
1d577b8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -83,4 +83,4 @@ def forward_to_target(subpath):
83
84
85
if __name__ == "__main__":
86
-
app.run(host='0.0.0.0', port=
4500
, threaded=True)
83
84
85
if __name__ == "__main__":
86
+
app.run(host='0.0.0.0', port=
7860
, threaded=True)