Spaces:
Runtime error
Runtime error
Update app.py
#1
by
kadirnar
- opened
app.py
CHANGED
|
@@ -30,7 +30,7 @@ io = gr.Interface(
|
|
| 30 |
inference,
|
| 31 |
gr.Textbox(lines=3),
|
| 32 |
outputs=[
|
| 33 |
-
gr.Textbox(lines=3, label="BioGPT-Large"),
|
| 34 |
],
|
| 35 |
title=title,
|
| 36 |
description=description,
|
|
|
|
| 30 |
inference,
|
| 31 |
gr.Textbox(lines=3),
|
| 32 |
outputs=[
|
| 33 |
+
gr.Textbox(lines=3, label="BioGPT-Large-PubMedQA"),
|
| 34 |
],
|
| 35 |
title=title,
|
| 36 |
description=description,
|