Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ def callapi(p):
|
|
| 32 |
iface = gr.Interface(fn=chat,
|
| 33 |
inputs=["text", "text", "text"],
|
| 34 |
outputs=["text", "text"],
|
| 35 |
-
description="""
|
| 36 |
[对话测试](https://huggingface.co/spaces/BaixingAI/hackathon_test) [参考文档](https://huggingface.co/spaces/baixing/hackathon_test/blob/main/bot-api.md) [Q & A](https://huggingface.co/spaces/baixing/hackathon_test/blob/main/qna.md)
|
| 37 |
""")
|
| 38 |
iface.launch()
|
|
|
|
| 32 |
iface = gr.Interface(fn=chat,
|
| 33 |
inputs=["text", "text", "text"],
|
| 34 |
outputs=["text", "text"],
|
| 35 |
+
description="""我是一位python老师,让我一步步教你python吧,Let's go!
|
| 36 |
[对话测试](https://huggingface.co/spaces/BaixingAI/hackathon_test) [参考文档](https://huggingface.co/spaces/baixing/hackathon_test/blob/main/bot-api.md) [Q & A](https://huggingface.co/spaces/baixing/hackathon_test/blob/main/qna.md)
|
| 37 |
""")
|
| 38 |
iface.launch()
|