Spaces:
Runtime error
Runtime error
gorkemgoknar
commited on
Commit
•
0e37210
1
Parent(s):
e12147d
Update app.py
Browse files
app.py
CHANGED
@@ -710,7 +710,7 @@ with gr.Blocks(title=title) as demo:
|
|
710 |
set_audio_playing(False)
|
711 |
|
712 |
with gr.Row():
|
713 |
-
sentence = gr.Textbox()
|
714 |
audio = gr.Audio(
|
715 |
value=None,
|
716 |
label="Generated audio response",
|
|
|
710 |
set_audio_playing(False)
|
711 |
|
712 |
with gr.Row():
|
713 |
+
sentence = gr.Textbox(visible=False)
|
714 |
audio = gr.Audio(
|
715 |
value=None,
|
716 |
label="Generated audio response",
|