Dao3 commited on
Commit
de3337a
·
1 Parent(s): cf45075

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ iface = gr.Interface(fn=chat,
43
  outputs=["text", "text"],
44
  description="""
45
  我是绘画助理,可以帮你把想画的内容补充完善并翻译成英语提示词,这样你就可以用更详细的描述让AI帮你画出精美的图~
46
-
47
- 比如:去[这里画画!](https://huggingface.co/spaces/Dao3/OpenArt)
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()