Update app.py
Browse files
app.py
CHANGED
@@ -195,7 +195,7 @@ with gr.Blocks() as app:
|
|
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 |
|
|
|
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 |
|