Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,8 +70,8 @@ with gr.Blocks(theme="gradio/monochrome", title="Dorj Assistant") as demo:
|
|
70 |
""")
|
71 |
with gr.Column():
|
72 |
output_audio = gr.Audio(label="DorjGPT", type="filepath",
|
73 |
-
interactive=
|
74 |
-
visible=
|
75 |
autoplay=True,
|
76 |
elem_classes="audio")
|
77 |
|
|
|
70 |
""")
|
71 |
with gr.Column():
|
72 |
output_audio = gr.Audio(label="DorjGPT", type="filepath",
|
73 |
+
interactive=True,
|
74 |
+
visible=True,
|
75 |
autoplay=True,
|
76 |
elem_classes="audio")
|
77 |
|