factorstudios commited on
Commit
63a4b52
·
verified ·
1 Parent(s): 55c9b3c

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
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=7861)
 
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)