patrickvonplaten commited on
Commit
0ac048c
·
1 Parent(s): c19bae6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ gr.Interface(
88
  gr.inputs.Textbox(label="Input"),
89
  gr.inputs.Radio([32, 64], default=32, label="Tokens to generate"),
90
  gr.inputs.Radio(["sampling", "greedy"], label="Sample or greedy", default="Sample"),
91
- gr.Checkbox(label="Just output raw text"),
92
  ],
93
  ["image", "text"],
94
  examples=examples,
 
88
  gr.inputs.Textbox(label="Input"),
89
  gr.inputs.Radio([32, 64], default=32, label="Tokens to generate"),
90
  gr.inputs.Radio(["sampling", "greedy"], label="Sample or greedy", default="Sample"),
91
+ gr.Checkbox(label="Just output raw text", default=False),
92
  ],
93
  ["image", "text"],
94
  examples=examples,