Spaces:
Runtime error
Runtime error
Commit
·
574e015
1
Parent(s):
b999838
add minddiffusion url
Browse files
app.py
CHANGED
|
@@ -65,8 +65,10 @@ with gr.Blocks(css=css) as demo:
|
|
| 65 |
|
| 66 |
gr.Markdown("# MindSpore Wukong-Huahua "
|
| 67 |
"\nWukong-Huahua is a diffusion-based model that perfoms text-to-image task in Chinese, "
|
| 68 |
-
"which was developed by the Huawei Noah's Ark Lab in cooperation with
|
| 69 |
-
"
|
|
|
|
|
|
|
| 70 |
|
| 71 |
with gr.Tab("图片生成 (Figure Generation)"):
|
| 72 |
|
|
@@ -98,6 +100,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 98 |
with gr.Accordion("Open for More!"):
|
| 99 |
gr.Markdown("- If you want to know more about the foundation models of MindSpore, please visit "
|
| 100 |
"[The Foundation Models Platform for Mindspore](https://xihe.mindspore.cn/)")
|
|
|
|
|
|
|
| 101 |
gr.Markdown("- Try [Wukong-Huahua model on the Foundation Models Platform for Mindspore]"
|
| 102 |
"(https://xihe.mindspore.cn/modelzoo/wukong)")
|
| 103 |
|
|
|
|
| 65 |
|
| 66 |
gr.Markdown("# MindSpore Wukong-Huahua "
|
| 67 |
"\nWukong-Huahua is a diffusion-based model that perfoms text-to-image task in Chinese, "
|
| 68 |
+
"which was developed by the Huawei Noah's Ark Lab in cooperation with "
|
| 69 |
+
"the Distributed & Parallel Software Lab and Ascend Product Develop Unit. "
|
| 70 |
+
"It was trained on Wukong dataset and used MindSpore + Ascend,"
|
| 71 |
+
" a software and hardware solution to implement. Welcome to try Wukong-Huahua by Our Online Platform.")
|
| 72 |
|
| 73 |
with gr.Tab("图片生成 (Figure Generation)"):
|
| 74 |
|
|
|
|
| 100 |
with gr.Accordion("Open for More!"):
|
| 101 |
gr.Markdown("- If you want to know more about the foundation models of MindSpore, please visit "
|
| 102 |
"[The Foundation Models Platform for Mindspore](https://xihe.mindspore.cn/)")
|
| 103 |
+
gr.Markdown("- If you want to know more about MindSpore-related diffusion models, please visit "
|
| 104 |
+
"[minddiffusion](https://github.com/mindspore-lab/minddiffusion)")
|
| 105 |
gr.Markdown("- Try [Wukong-Huahua model on the Foundation Models Platform for Mindspore]"
|
| 106 |
"(https://xihe.mindspore.cn/modelzoo/wukong)")
|
| 107 |
|