Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ iface = gr.Interface(fn=chat,
|
|
24 |
inputs=["text", "text", "text"],
|
25 |
outputs=["text", "text"],
|
26 |
description="""这是一个极其简单的示范程序,把你的问话翻译成 emoji 并只用 emoji 来回答。
|
27 |
-
[参考文档](https://huggingface.co/spaces/baixing/hackathon_test/blob/main/bot-api.md) [
|
28 |
"""
|
29 |
)
|
30 |
iface.launch()
|
|
|
24 |
inputs=["text", "text", "text"],
|
25 |
outputs=["text", "text"],
|
26 |
description="""这是一个极其简单的示范程序,把你的问话翻译成 emoji 并只用 emoji 来回答。
|
27 |
+
[参考文档](https://huggingface.co/spaces/baixing/hackathon_test/blob/main/bot-api.md) [对话测试](https://huggingface.co/spaces/baixing/hackathon_test) [Q & A](https://huggingface.co/spaces/baixing/hackathon_test/blob/main/qna.md)
|
28 |
"""
|
29 |
)
|
30 |
iface.launch()
|