ginipick commited on
Commit
8ad9e69
1 Parent(s): fd13cac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -114,5 +114,4 @@ video_to_audio_tab = gr.Interface(
114
  )
115
 
116
  if __name__ == "__main__":
117
- gr.TabbedInterface([video_to_audio_tab, text_to_audio_tab],
118
- ['Video-to-Audio', 'Text-to-Audio']).launch(allowed_paths=[output_dir])
 
114
  )
115
 
116
  if __name__ == "__main__":
117
+ video_to_audio_tab.launch(allowed_paths=[output_dir])