credits
Browse files
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
|
|
|
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 |
|