Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
|
| 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 |
|