Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ MAX_INPUT_TOKEN_LENGTH = 4000
|
|
16 |
DESCRIPTION = """
|
17 |
# Baichuan-13B-Chat
|
18 |
"""
|
19 |
-
|
20 |
|
21 |
|
22 |
|
@@ -127,12 +127,8 @@ with gr.Blocks(css='style.css') as demo:
|
|
127 |
gr.Examples(
|
128 |
examples=[
|
129 |
'用中文回答,When is the best time to visit Beijing, and do you have any suggestions for me?',
|
130 |
-
'
|
131 |
-
|
132 |
-
'Can you explain briefly to me what is the Python programming language?',
|
133 |
-
'Explain the plot of Cinderella in a sentence.',
|
134 |
-
'How many hours does it take a man to eat a Helicopter?',
|
135 |
-
"Write a 100-word article on 'Benefits of Open-Source in AI research'",
|
136 |
],
|
137 |
inputs=textbox,
|
138 |
outputs=[textbox, chatbot],
|
|
|
16 |
DESCRIPTION = """
|
17 |
# Baichuan-13B-Chat
|
18 |
"""
|
19 |
+
LICENSE=""
|
20 |
|
21 |
|
22 |
|
|
|
127 |
gr.Examples(
|
128 |
examples=[
|
129 |
'用中文回答,When is the best time to visit Beijing, and do you have any suggestions for me?',
|
130 |
+
'用中文回答,特朗普是谁?',
|
131 |
+
|
|
|
|
|
|
|
|
|
132 |
],
|
133 |
inputs=textbox,
|
134 |
outputs=[textbox, chatbot],
|