Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,8 +40,10 @@ iface = gr.Interface(fn=chat,
|
|
| 40 |
inputs=["text"],
|
| 41 |
outputs=["text"],
|
| 42 |
description="""
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
|
|
|
|
|
|
| 46 |
""")
|
| 47 |
iface.launch()
|
|
|
|
| 40 |
inputs=["text"],
|
| 41 |
outputs=["text"],
|
| 42 |
description="""
|
| 43 |
+
这是一个小红书文案生成器。
|
| 44 |
+
|
| 45 |
+
您可以输入产品和产品特点关键词,马上就可以生成一篇小红书文案。
|
| 46 |
+
|
| 47 |
+
比如:生发液 有效果
|
| 48 |
""")
|
| 49 |
iface.launch()
|