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