Spaces:
Sleeping
Sleeping
Song
commited on
Commit
·
da1563e
1
Parent(s):
7837d74
hi
Browse files
app.py
CHANGED
@@ -575,3 +575,5 @@ def expand_aliases(candidates: list) -> list:
|
|
575 |
if __name__ == "__main__":
|
576 |
port = int(os.getenv("PORT", 7860))
|
577 |
uvicorn.run(app, host="0.0.0.0", port=port)
|
|
|
|
|
|
575 |
if __name__ == "__main__":
|
576 |
port = int(os.getenv("PORT", 7860))
|
577 |
uvicorn.run(app, host="0.0.0.0", port=port)
|
578 |
+
|
579 |
+
|