ariG23498 HF staff commited on
Commit
3abcb01
·
verified ·
1 Parent(s): c1217cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -71,8 +71,10 @@ 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 Microsoft.
75
- Grok from xAI helped me in making this demo.
 
76
  """
77
  )
78
 
 
71
  """
72
  # Phi-4 Multimodal Demo
73
  Upload an **image** or **audio** file, ask a question, and get a response from the model!
74
+
75
  Built with the `microsoft/Phi-4-multimodal-instruct` model by Microsoft.
76
+
77
+ Credits: Grok from xAI helped me in making this demo.
78
  """
79
  )
80