kashif HF staff commited on
Commit
416c841
1 Parent(s): daf9d94

fixed labels

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ io = gr.Interface(
39
  inference,
40
  gr.Textbox(lines=3),
41
  outputs=[
42
- gr.Textbox(lines=3, label="Flan T5"),
43
- gr.Textbox(lines=3, label="T5")
44
  ],
45
  title=title,
46
  description=description,
 
39
  inference,
40
  gr.Textbox(lines=3),
41
  outputs=[
42
+ gr.Textbox(lines=3, label="Flan UL2"),
43
+ gr.Textbox(lines=3, label="Flan T5")
44
  ],
45
  title=title,
46
  description=description,