Spaces:
Running
Running
Add reference to models in the description
#1
by multimodalart HF Staff - opened
app.py
CHANGED
|
@@ -81,6 +81,7 @@ with gr.Blocks(title="ERNIE-Image-Turbo 8B") as demo:
|
|
| 81 |
"""
|
| 82 |
# 🎨 ERNIE-Image-Turbo 8B
|
| 83 |
A demo for Baidu ERNIE-Image-Turbo image generation. Enter a description in Chinese or English to generate high-quality images with a single click.
|
|
|
|
| 84 |
""",
|
| 85 |
elem_classes="title-text",
|
| 86 |
)
|
|
|
|
| 81 |
"""
|
| 82 |
# 🎨 ERNIE-Image-Turbo 8B
|
| 83 |
A demo for Baidu ERNIE-Image-Turbo image generation. Enter a description in Chinese or English to generate high-quality images with a single click.
|
| 84 |
+
[Ernie-Image](https://huggingface.co/baidu/ERNIE-Image), [Ernie-Image-Turbo](https://huggingface.co/baidu/ERNIE-Image-Turbo)
|
| 85 |
""",
|
| 86 |
elem_classes="title-text",
|
| 87 |
)
|