Flourish commited on
Commit
4a747b4
·
verified ·
1 Parent(s): ea5fea0

Update app_diffusers.py

Browse files
Files changed (1) hide show
  1. app_diffusers.py +0 -1
app_diffusers.py CHANGED
@@ -60,7 +60,6 @@ with gr.Blocks(css=css) as demo:
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
 
 
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
  [[code](https://github.com/AIDC-AI/Ovis-Image)] [[model](https://huggingface.co/AIDC-AI/Ovis-Image-7B)]
64
  """)
65