Update app.py
Browse files
app.py
CHANGED
@@ -193,9 +193,9 @@ with gr.Blocks() as app:
|
|
193 |
step=0.1,
|
194 |
label='Speech Rate'
|
195 |
)
|
196 |
-
|
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 |
|