Spaces:
Paused
Paused
Update main.py
Browse files
main.py
CHANGED
|
@@ -93,4 +93,4 @@ async def generate_video(
|
|
| 93 |
# Run the app
|
| 94 |
if __name__ == "__main__":
|
| 95 |
import uvicorn
|
| 96 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
|
|
|
| 93 |
# Run the app
|
| 94 |
if __name__ == "__main__":
|
| 95 |
import uvicorn
|
| 96 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|