Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
],
|