Spaces:
Sleeping
Sleeping
ariankhalfani
commited on
Commit
•
55624e7
1
Parent(s):
0c6da62
Update app.py
Browse files
app.py
CHANGED
@@ -189,7 +189,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
189 |
db_status_textbox = gr.Textbox(label="Database Status", interactive=False)
|
190 |
|
191 |
input_type_dropdown.change(
|
192 |
-
fn=
|
193 |
inputs=[input_type_dropdown],
|
194 |
outputs=[audio_input, text_input]
|
195 |
)
|
|
|
189 |
db_status_textbox = gr.Textbox(label="Database Status", interactive=False)
|
190 |
|
191 |
input_type_dropdown.change(
|
192 |
+
fn=toggle_input_visibility,
|
193 |
inputs=[input_type_dropdown],
|
194 |
outputs=[audio_input, text_input]
|
195 |
)
|