Rename app(2).py to app.py
Browse files- app(2).py → app.py +1 -1
app(2).py → app.py
RENAMED
|
@@ -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()
|