Update app.py
Browse files
app.py
CHANGED
|
@@ -43,8 +43,8 @@ iface = gr.Interface(fn=chat,
|
|
| 43 |
outputs=["text", "text"],
|
| 44 |
description="""
|
| 45 |
我是绘画助理,可以帮你把想画的内容补充完善并翻译成英语提示词,这样你就可以用更详细的描述让AI帮你画出精美的图~
|
| 46 |
-
|
| 47 |
-
|
| 48 |
""")
|
| 49 |
|
| 50 |
iface.launch()
|
|
|
|
| 43 |
outputs=["text", "text"],
|
| 44 |
description="""
|
| 45 |
我是绘画助理,可以帮你把想画的内容补充完善并翻译成英语提示词,这样你就可以用更详细的描述让AI帮你画出精美的图~
|
| 46 |
+
比如,你可以输入:一只赛博朋克的兔子
|
| 47 |
+
然后去[这里画画!](https://huggingface.co/spaces/Dao3/OpenArt)
|
| 48 |
""")
|
| 49 |
|
| 50 |
iface.launch()
|