Henrychur commited on
Commit
01c4a7b
·
verified ·
1 Parent(s): 40e2669

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def respond(message, system_message, max_output_tokens):
57
  demo = gr.Interface(
58
  fn=respond,
59
  inputs=[
60
- gr.Textbox(label="Your Input"),
61
  gr.Textbox(value="If you are a doctor, please perform clinical consulting with the patient.", label="System message"),
62
  gr.Slider(minimum=1, maximum=1024, value=512, step=1, label="Max Output Tokens")
63
  ],
 
57
  demo = gr.Interface(
58
  fn=respond,
59
  inputs=[
60
+ gr.Textbox(value="What is the treatment for diabetes?", label="Your Input"),
61
  gr.Textbox(value="If you are a doctor, please perform clinical consulting with the patient.", label="System message"),
62
  gr.Slider(minimum=1, maximum=1024, value=512, step=1, label="Max Output Tokens")
63
  ],