nuernie
commited on
Commit
·
2d9d71a
1
Parent(s):
f7312a0
change port
Browse files
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=
|
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 |
)
|