Spaces:
Running
on
Zero
Running
on
Zero
Update app_diffusers.py
Browse files- app_diffusers.py +2 -2
app_diffusers.py
CHANGED
|
@@ -59,8 +59,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 59 |
|
| 60 |
with gr.Column(elem_id="col-container"):
|
| 61 |
gr.Markdown(f"""# Ovis-Image
|
| 62 |
-
Built upon [Ovis-U1](https://huggingface.co/spaces/AIDC-AI/Ovis-U1-3B), Ovis-Image is a 7B text-to-image model specifically optimized for high-quality text rendering under stringent computational
|
| 63 |
-
|
| 64 |
[[code](https://github.com/AIDC-AI/Ovis-Image)] [[model](https://huggingface.co/AIDC-AI/Ovis-Image-7B)]
|
| 65 |
""")
|
| 66 |
|
|
|
|
| 59 |
|
| 60 |
with gr.Column(elem_id="col-container"):
|
| 61 |
gr.Markdown(f"""# Ovis-Image
|
| 62 |
+
Built upon [Ovis-U1](https://huggingface.co/spaces/AIDC-AI/Ovis-U1-3B), Ovis-Image is a 7B text-to-image model specifically optimized for high-quality text rendering under stringent computational constraints.
|
| 63 |
+
|
| 64 |
[[code](https://github.com/AIDC-AI/Ovis-Image)] [[model](https://huggingface.co/AIDC-AI/Ovis-Image-7B)]
|
| 65 |
""")
|
| 66 |
|