Spaces:
Sleeping
Sleeping
Commit ·
bd63a54
1
Parent(s): 15b2b19
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def chat(p, qid, uid):
|
|
| 40 |
iface = gr.Interface(fn=chat,
|
| 41 |
inputs=["text", "text", "text"],
|
| 42 |
outputs=["text", "text"],
|
| 43 |
-
description="""
|
| 44 |
"""
|
| 45 |
)
|
| 46 |
iface.launch()
|
|
|
|
| 40 |
iface = gr.Interface(fn=chat,
|
| 41 |
inputs=["text", "text", "text"],
|
| 42 |
outputs=["text", "text"],
|
| 43 |
+
description="""你是红楼梦的剧作者,你可以在原著的基础上修改剧情线,贾宝玉会跟你对话。)
|
| 44 |
"""
|
| 45 |
)
|
| 46 |
iface.launch()
|