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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def run(history, text, image, audio_upload, audio_mic):
64
  return history, None, None, None, None
65
 
66
  with gr.Blocks() as demo:
67
- gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
68
 
69
  with gr.Row():
70
  with gr.Column(scale=4):
 
64
  return history, None, None, None, None
65
 
66
  with gr.Blocks() as demo:
67
+ gr.Markdown("## 🤖 Multi-modal LLM")
68
 
69
  with gr.Row():
70
  with gr.Column(scale=4):