katielink commited on
Commit
6f98e70
1 Parent(s): bb83af2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ io = gr.Interface(
32
  inference,
33
  gr.Textbox(lines=3),
34
  outputs=[
35
- gr.Textbox(lines=3, label="BioGPT"),
36
  gr.Textbox(lines=3, label="BioMedLM (fka PubmedGPT)"),
37
  gr.Textbox(lines=3, label="Galactica 1.3B"),
38
  ],
 
32
  inference,
33
  gr.Textbox(lines=3),
34
  outputs=[
35
+ gr.Textbox(lines=3, label="BioGPT-Large"),
36
  gr.Textbox(lines=3, label="BioMedLM (fka PubmedGPT)"),
37
  gr.Textbox(lines=3, label="Galactica 1.3B"),
38
  ],