Spaces:
Running
Running
雷娃
commited on
Commit
·
3bae375
1
Parent(s):
b3dfe3c
modify output length
Browse files
app.py
CHANGED
@@ -43,7 +43,8 @@ with gr.Blocks(css="""
|
|
43 |
""") as demo:
|
44 |
gr.Markdown(
|
45 |
"## Ling-lite-1.5 AI Assistant\n"
|
46 |
-
"Based on [inclusionAI/Ling-lite-1.5](https://huggingface.co/inclusionAI/Ling-lite-1.5)
|
|
|
47 |
)
|
48 |
|
49 |
with gr.Row():
|
|
|
43 |
""") as demo:
|
44 |
gr.Markdown(
|
45 |
"## Ling-lite-1.5 AI Assistant\n"
|
46 |
+
"Based on [inclusionAI/Ling-lite-1.5](https://huggingface.co/inclusionAI/Ling-lite-1.5)\n"
|
47 |
+
"Access through [Ling API](https://bailingchat.alipay.com)"
|
48 |
)
|
49 |
|
50 |
with gr.Row():
|