hivecorp commited on
Commit
1d39cef
·
verified ·
1 Parent(s): e8cc577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -193,9 +193,9 @@ with gr.Blocks() as app:
193
  step=0.1,
194
  label='Speech Rate'
195
  )
196
- gr.TabbedInterface([generate_tab], ['Generate Audio'])
197
  with gr.Column():
198
-
199
 
200
  # Keep the button click handlers but remove use_gpu from the visible inputs
201
 
 
193
  step=0.1,
194
  label='Speech Rate'
195
  )
196
+
197
  with gr.Column():
198
+ gr.TabbedInterface([generate_tab], ['Generate Audio'])
199
 
200
  # Keep the button click handlers but remove use_gpu from the visible inputs
201