Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,4 +52,3 @@ if __name__ == "__main__":
|
|
| 52 |
port = int(os.getenv("PORT", 7860)) # HF Spaces 会传 PORT
|
| 53 |
uvicorn.run("app:app", host="0.0.0.0", port=port)
|
| 54 |
|
| 55 |
-
|
|
|
|
| 52 |
port = int(os.getenv("PORT", 7860)) # HF Spaces 会传 PORT
|
| 53 |
uvicorn.run("app:app", host="0.0.0.0", port=port)
|
| 54 |
|
|
|