Spaces:
Runtime error
Runtime error
Update app.py (#1)
Browse files- Update app.py (49fc567e3f3057736e9ddd2e0889c03db30dc37a)
Co-authored-by: Kadir Nar <[email protected]>
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,
|