fixed the port
Browse files- app/whisper.py +1 -1
app/whisper.py
CHANGED
@@ -162,4 +162,4 @@ with gr.Blocks() as blocks:
|
|
162 |
[text_source, text_target, audio, system_info],
|
163 |
)
|
164 |
|
165 |
-
blocks.launch()
|
|
|
162 |
[text_source, text_target, audio, system_info],
|
163 |
)
|
164 |
|
165 |
+
blocks.launch(server_port=7870)
|