catiR
commited on
Commit
·
5ee7b19
1
Parent(s):
f0fa26d
app
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ with bl:
|
|
54 |
with gr.column(scale=4):
|
55 |
voiceselect = gr.checkboxgroup(voices, label="TTS voice",value='Alfur')
|
56 |
temp_sentmenu = gr.dropdown(temp_sentences, label="Sentence")
|
57 |
-
with gr.column(scale=1:
|
58 |
temp_button = gr.Button(value="A button")
|
59 |
|
60 |
|
|
|
54 |
with gr.column(scale=4):
|
55 |
voiceselect = gr.checkboxgroup(voices, label="TTS voice",value='Alfur')
|
56 |
temp_sentmenu = gr.dropdown(temp_sentences, label="Sentence")
|
57 |
+
with gr.column(scale=1):
|
58 |
temp_button = gr.Button(value="A button")
|
59 |
|
60 |
|