Spaces:
Running
on
Zero
Running
on
Zero
mjavaid
commited on
Commit
·
2649daa
1
Parent(s):
7bd22d1
first commit
Browse files
app.py
CHANGED
@@ -89,8 +89,7 @@ with gr.Blocks(title="Aya Vision 8B Demo") as demo:
|
|
89 |
gr.Markdown("# Aya Vision 8B Model Demo")
|
90 |
gr.Markdown(
|
91 |
"""
|
92 |
-
This app demonstrates the
|
93 |
-
or provide a direct image URL. Enter a prompt along with the image to get started!
|
94 |
"""
|
95 |
)
|
96 |
gr.Markdown(f"**Model Status:** {model_status}")
|
|
|
89 |
gr.Markdown("# Aya Vision 8B Model Demo")
|
90 |
gr.Markdown(
|
91 |
"""
|
92 |
+
This app demonstrates the Aya Vision 8B model. You can either upload an image or provide an image URL. Enter a prompt along with the image.
|
|
|
93 |
"""
|
94 |
)
|
95 |
gr.Markdown(f"**Model Status:** {model_status}")
|