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