RemVdH commited on
Commit
b48cacb
·
verified ·
1 Parent(s): 70369b3

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +1 -1
Gradio_UI.py CHANGED
@@ -184,7 +184,7 @@ class GradioUI:
184
  with gr.Blocks(fill_height=True) as demo:
185
  stored_messages = gr.State([])
186
 
187
- # gr.Audio(value="./resources/GenAI Revolution.mp3", autoplay=True)
188
 
189
  # history = [
190
  # gr.ChatMessage(role="assistant", content="How can I help you?"),
 
184
  with gr.Blocks(fill_height=True) as demo:
185
  stored_messages = gr.State([])
186
 
187
+ gr.Audio(value="./resources/GenAI Revolution.mp3", autoplay=True)
188
 
189
  # history = [
190
  # gr.ChatMessage(role="assistant", content="How can I help you?"),