fixed labels

#1
by kashif HF staff - opened
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,