lshzhm commited on
Commit
791533f
·
1 Parent(s): e33b81a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,5 +124,5 @@ video_to_audio_and_speech_tab = gr.Interface(
124
 
125
 
126
  if __name__ == "__main__":
127
- gr.TabbedInterface([video_to_audio_and_speech_tab], ['Video-to-Audio-and-Speech']).launch()
128
 
 
124
 
125
 
126
  if __name__ == "__main__":
127
+ gr.TabbedInterface([video_to_audio_and_speech_tab], ['Video-to-Audio-and-Speech']).queue(max_size=1).launch()
128