Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def callapi(p):
|
|
37 |
|
38 |
iface = gr.Interface(fn=chat,
|
39 |
inputs=["text"],
|
40 |
-
outputs= gr.Textbox(label="❤小红书文案生成咯~")
|
41 |
description="""
|
42 |
这是一个小红书文案生成器。
|
43 |
|
|
|
37 |
|
38 |
iface = gr.Interface(fn=chat,
|
39 |
inputs=["text"],
|
40 |
+
outputs= gr.Textbox(label="❤小红书文案生成咯~"),
|
41 |
description="""
|
42 |
这是一个小红书文案生成器。
|
43 |
|