ybelkada commited on
Commit
7f83be1
·
1 Parent(s): 4aeb053

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ io = gr.Interface(
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,
 
40
  gr.Textbox(lines=3),
41
  outputs=[
42
  gr.Textbox(lines=3, label="Flan UL2"),
43
+ gr.Textbox(lines=3, label="T5 Large")
44
  ],
45
  title=title,
46
  description=description,