ybelkada HF staff kashif HF staff commited on
Commit
28146aa
1 Parent(s): daf9d94

fixed labels (#1)

Browse files

- fixed labels (416c841a6ee5a1f174ffa7e8224e6073f6e981cf)


Co-authored-by: Kashif Rasul <kashif@users.noreply.huggingface.co>

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,