Spaces:
Running
Running
2410191057
Browse files
app.py
CHANGED
@@ -116,4 +116,4 @@ app.include_router(router, prefix="/api")
|
|
116 |
|
117 |
if __name__ == "__main__":
|
118 |
app.mount("/", StaticFiles(directory=Path('public'), html=True), name='public')
|
119 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
|
|
116 |
|
117 |
if __name__ == "__main__":
|
118 |
app.mount("/", StaticFiles(directory=Path('public'), html=True), name='public')
|
119 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|