Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,9 +77,9 @@ demo = gr.Interface(
|
|
| 77 |
)
|
| 78 |
],
|
| 79 |
outputs=gr.Textbox(label="Response", interactive=False),
|
| 80 |
-
title="
|
| 81 |
description=f"""
|
| 82 |
-
Model Repo: <a href="https://huggingface.co/NexaAIDev/
|
| 83 |
|
| 84 |
*Model updated on Nov 21, 2024\n
|
| 85 |
Upload an image and ask questions about it. The model will analyze the image and provide detailed answers to your queries.
|
|
|
|
| 77 |
)
|
| 78 |
],
|
| 79 |
outputs=gr.Textbox(label="Response", interactive=False),
|
| 80 |
+
title="NEXA OmniVLM-968M",
|
| 81 |
description=f"""
|
| 82 |
+
Model Repo: <a href="https://huggingface.co/NexaAIDev/OmniVLM-968M">NexaAIDev/OmniVLM-968M</a>
|
| 83 |
|
| 84 |
*Model updated on Nov 21, 2024\n
|
| 85 |
Upload an image and ask questions about it. The model will analyze the image and provide detailed answers to your queries.
|