Spaces:
Running
Running
del button code
Browse files
app.py
CHANGED
@@ -1444,7 +1444,7 @@ def recognize(audio):
|
|
1444 |
|
1445 |
|
1446 |
|
1447 |
-
with gr.Blocks(theme='huggingface'
|
1448 |
with gr.Tab(label="TTS Generation"):
|
1449 |
with gr.Row():
|
1450 |
text_input = gr.Textbox(
|
|
|
1444 |
|
1445 |
|
1446 |
|
1447 |
+
with gr.Blocks(theme='huggingface') as demo:
|
1448 |
with gr.Tab(label="TTS Generation"):
|
1449 |
with gr.Row():
|
1450 |
text_input = gr.Textbox(
|