Flourish commited on
Commit
ab9ab63
·
verified ·
1 Parent(s): 81666b8

Update app_diffusers.py

Browse files
Files changed (1) hide show
  1. app_diffusers.py +2 -0
app_diffusers.py CHANGED
@@ -59,6 +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
  [[code](https://github.com/AIDC-AI/Ovis-Image)] [[model](https://huggingface.co/AIDC-AI/Ovis-Image-7B)]
63
  """)
64
 
 
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
+ constraints.
64
  [[code](https://github.com/AIDC-AI/Ovis-Image)] [[model](https://huggingface.co/AIDC-AI/Ovis-Image-7B)]
65
  """)
66