Spaces:
Sleeping
Sleeping
Update server.py
Browse files
server.py
CHANGED
|
@@ -366,4 +366,4 @@ async def get_status():
|
|
| 366 |
if __name__ == "__main__":
|
| 367 |
print("Starting Movie Highlight Extraction Service on port 7861...")
|
| 368 |
print("Will automatically scan and process transcriptions on startup")
|
| 369 |
-
uvicorn.run(app, host="0.0.0.0", port=
|
|
|
|
| 366 |
if __name__ == "__main__":
|
| 367 |
print("Starting Movie Highlight Extraction Service on port 7861...")
|
| 368 |
print("Will automatically scan and process transcriptions on startup")
|
| 369 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|