lshzhm commited on
Commit
50fd409
·
1 Parent(s): 9289e32
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,5 +106,5 @@ video_to_audio_and_speech_tab = gr.Interface(
106
 
107
 
108
  if __name__ == "__main__":
109
- gr.TabbedInterface([video_to_audio_and_speech_tab], ['Video-to-Audio-and-Speech']).launch(server_name='0.0.0.0', server_port=30459)
110
 
 
106
 
107
 
108
  if __name__ == "__main__":
109
+ gr.TabbedInterface([video_to_audio_and_speech_tab], ['Video-to-Audio-and-Speech']).launch()
110