xuqinyang commited on
Commit
3529567
1 Parent(s): 4c27505

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
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
- 'Hello there! How are you doing?',
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],