Spaces:
Sleeping
Sleeping
Liu Yiwen
commited on
Commit
·
a25c8f7
1
Parent(s):
519dd2e
修改了展示内容
Browse files- __pycache__/utils.cpython-311.pyc +0 -0
- app.py +1 -1
__pycache__/utils.cpython-311.pyc
CHANGED
Binary files a/__pycache__/utils.cpython-311.pyc and b/__pycache__/utils.cpython-311.pyc differ
|
|
app.py
CHANGED
@@ -423,7 +423,7 @@ if __name__ == "__main__":
|
|
423 |
host = "0.0.0.0"
|
424 |
# import subprocess
|
425 |
# subprocess.Popen(["python", "test_server.py"])
|
426 |
-
uvicorn.run(app, host=host, port=
|
427 |
|
428 |
#// 对一下数据 --
|
429 |
#// 部署到服务器上
|
|
|
423 |
host = "0.0.0.0"
|
424 |
# import subprocess
|
425 |
# subprocess.Popen(["python", "test_server.py"])
|
426 |
+
uvicorn.run(app, host=host, port=7860)
|
427 |
|
428 |
#// 对一下数据 --
|
429 |
#// 部署到服务器上
|