Update Gradio_UI.py
Browse files- 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 |
-
|
| 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?"),
|