nuernie commited on
Commit
2d9d71a
·
1 Parent(s): f7312a0

change port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,6 +12,6 @@ if __name__ == "__main__":
12
  transcription_server = TranscriptionServer()
13
  transcription_server.run(
14
  host='0.0.0.0',
15
- port=9090, # Using the default WebSocket port from the whisper_live library
16
  backend='faster_whisper'
17
  )
 
12
  transcription_server = TranscriptionServer()
13
  transcription_server.run(
14
  host='0.0.0.0',
15
+ port=7860, # Using the default WebSocket port from the whisper_live library
16
  backend='faster_whisper'
17
  )