Dorjzodovsuren commited on
Commit
5132933
·
verified ·
1 Parent(s): 890ac13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=False,
74
- visible=False,
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