ginipick commited on
Commit
fd13cac
·
verified ·
1 Parent(s): de17a4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ video_to_audio_tab = gr.Interface(
111
  gr.Number(label='Duration (sec)', value=8, minimum=1),
112
  ],
113
  outputs='playable_video',
114
-
115
 
116
  if __name__ == "__main__":
117
  gr.TabbedInterface([video_to_audio_tab, text_to_audio_tab],
 
111
  gr.Number(label='Duration (sec)', value=8, minimum=1),
112
  ],
113
  outputs='playable_video',
114
+ )
115
 
116
  if __name__ == "__main__":
117
  gr.TabbedInterface([video_to_audio_tab, text_to_audio_tab],