TitleOS commited on
Commit
7e4019c
1 Parent(s): e652cc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def generate_text(prompt, temperature):
11
  interface = gr.Interface(
12
  fn=generate_text,
13
  inputs=[
14
- gr.inputs.Textbox(lines=1, label="Instruction", default="### Instruction What are the three primary colors? ### Response"),
15
  gr.inputs.Slider(minimum=0.1, maximum=1.0, step=0.1, default=0.5, label="Temperature")
16
  ],
17
  outputs=gr.outputs.Textbox(label="Response")
 
11
  interface = gr.Interface(
12
  fn=generate_text,
13
  inputs=[
14
+ gr.inputs.Textbox(lines=1, label="Instruction", default="What are the three primary colors?"),
15
  gr.inputs.Slider(minimum=0.1, maximum=1.0, step=0.1, default=0.5, label="Temperature")
16
  ],
17
  outputs=gr.outputs.Textbox(label="Response")