ariG23498 HF staff commited on
Commit
c1217cc
·
1 Parent(s): d2c4dcd
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -71,7 +71,8 @@ with gr.Blocks(
71
  """
72
  # Phi-4 Multimodal Demo
73
  Upload an **image** or **audio** file, ask a question, and get a response from the model!
74
- Built with the `microsoft/Phi-4-multimodal-instruct` model by xAI.
 
75
  """
76
  )
77
 
 
71
  """
72
  # Phi-4 Multimodal Demo
73
  Upload an **image** or **audio** file, ask a question, and get a response from the model!
74
+ Built with the `microsoft/Phi-4-multimodal-instruct` model by Microsoft.
75
+ Grok from xAI helped me in making this demo.
76
  """
77
  )
78