aluminumbox commited on
Commit
03875f4
·
verified ·
1 Parent(s): 6d57659

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ def main():
180
  mode_checkbox_group.change(fn=change_instruction, inputs=[mode_checkbox_group], outputs=[instruction_text])
181
  prompt_wav_upload.change(fn=prompt_wav_recognition, inputs=[prompt_wav_upload], outputs=[prompt_text])
182
  prompt_wav_record.change(fn=prompt_wav_recognition, inputs=[prompt_wav_record], outputs=[prompt_text])
183
- demo.queue(default_concurrency_limit=4).launch(server_port=50000, server_name='0.0.0.0')
184
 
185
 
186
  if __name__ == '__main__':
 
180
  mode_checkbox_group.change(fn=change_instruction, inputs=[mode_checkbox_group], outputs=[instruction_text])
181
  prompt_wav_upload.change(fn=prompt_wav_recognition, inputs=[prompt_wav_upload], outputs=[prompt_text])
182
  prompt_wav_record.change(fn=prompt_wav_recognition, inputs=[prompt_wav_record], outputs=[prompt_text])
183
+ demo.queue(default_concurrency_limit=4).launch()
184
 
185
 
186
  if __name__ == '__main__':