Spaces:
Running
Running
pedropauletti
commited on
Commit
•
d588242
1
Parent(s):
1ec0028
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def to_chatbot():
|
|
89 |
|
90 |
with gr.Blocks() as demo:
|
91 |
|
92 |
-
with gr.Accordion("
|
93 |
language = gr.Radio(["en-us", "pt-br"], label="Language", info="Choose the language to display the classification result and audio", value='en-us', interactive=True)
|
94 |
|
95 |
with gr.Row():
|
|
|
89 |
|
90 |
with gr.Blocks() as demo:
|
91 |
|
92 |
+
with gr.Accordion("Language Output", open=False):
|
93 |
language = gr.Radio(["en-us", "pt-br"], label="Language", info="Choose the language to display the classification result and audio", value='en-us', interactive=True)
|
94 |
|
95 |
with gr.Row():
|