Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
],
|