Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,8 +33,8 @@ io = gr.Interface(
|
|
| 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")
|
| 38 |
],
|
| 39 |
title=title,
|
| 40 |
description=description,
|
|
|
|
| 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"),
|
| 38 |
],
|
| 39 |
title=title,
|
| 40 |
description=description,
|