Navyabhat commited on
Commit
594861d
·
verified ·
1 Parent(s): f856174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -65,6 +65,7 @@ def run(history, text, image, audio_upload, audio_mic):
65
 
66
  with gr.Blocks() as demo:
67
  gr.Markdown("## 🤖 Multi-modal LLM")
 
68
 
69
  with gr.Row():
70
  with gr.Column(scale=4):
 
65
 
66
  with gr.Blocks() as demo:
67
  gr.Markdown("## 🤖 Multi-modal LLM")
68
+ gr.Markdown("This is a multi-modal LLM that takes text, image and audio as inputs.")
69
 
70
  with gr.Row():
71
  with gr.Column(scale=4):