cahya commited on
Commit
d8d7b67
·
1 Parent(s): 047d9d7

fixed the port

Browse files
Files changed (1) hide show
  1. 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)