factorstudios commited on
Commit
9c222d9
·
verified ·
1 Parent(s): 0fbee47

Update server.py

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