ttj commited on
Commit
ab83728
1 Parent(s): efc0714
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ interface = gr.Interface(
36
  gr.inputs.Slider(0.0, 1.0, step=0.1, default=1, label="top_p"),
37
  ],
38
  outputs=[
39
- gr.outputs.Textbox(label=f"output by {name}"), for name in model_names
40
  ],
41
  examples=[[ex] for ex in examples],
42
  title="T0 playground",
 
36
  gr.inputs.Slider(0.0, 1.0, step=0.1, default=1, label="top_p"),
37
  ],
38
  outputs=[
39
+ gr.outputs.Textbox(label=f"output by {name}") for name in model_names
40
  ],
41
  examples=[[ex] for ex in examples],
42
  title="T0 playground",