Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BG5
/
mianban
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BG5
commited on
Nov 3, 2024
Commit
6e42836
·
verified
·
1 Parent(s):
9bfc889
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -7,7 +7,7 @@ import asyncio
7
# 定义反向代理的端口
8
PROXY_PORT = 7860
9
# 定义目标服务器的端口
10
-
TARGET_PORT =
33495
11
12
app = FastAPI()
13
7
# 定义反向代理的端口
8
PROXY_PORT = 7860
9
# 定义目标服务器的端口
10
+
TARGET_PORT =
6860
11
12
app = FastAPI()
13