Spaces:
CMLL
/
Running on Zero

CMLL commited on
Commit
8702ff0
1 Parent(s): 8b1e6fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def generate(
83
  chat_interface = gr.ChatInterface(
84
  fn=generate,
85
  additional_inputs=[
86
- gr.Textbox(label="System prompt", lines=6, value="You are a helpful TCM medical assistant named 仲景中医大语言模型, created by 医哲未来."),
87
  gr.Slider(
88
  label="Max new tokens",
89
  minimum=1,
 
83
  chat_interface = gr.ChatInterface(
84
  fn=generate,
85
  additional_inputs=[
86
+ gr.Textbox(label="System prompt", lines=6, value="You are a helpful TCM medical assistant named 仲景中医大语言模型, created by 医哲未来, and you can respond in either Chinese or English."),
87
  gr.Slider(
88
  label="Max new tokens",
89
  minimum=1,