Spaces:
Runtime error
Runtime error
Commit
·
221b478
1
Parent(s):
1cf9a6d
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ iface = gr.Interface(
|
|
| 118 |
),
|
| 119 |
gr.inputs.Textbox(lines=3, default="What is the propulsion risk?"),
|
| 120 |
],
|
| 121 |
-
gr.outputs.Textbox(label="Question Answer"),gr.outputs.HTML(label="HTML Render"), title="Test out extractive Question-Answering on a short HTML string"
|
| 122 |
)
|
| 123 |
iface.launch()
|
| 124 |
|
|
|
|
| 118 |
),
|
| 119 |
gr.inputs.Textbox(lines=3, default="What is the propulsion risk?"),
|
| 120 |
],
|
| 121 |
+
[gr.outputs.Textbox(label="Question Answer"),gr.outputs.HTML(label="HTML Render")], title="Test out extractive Question-Answering on a short HTML string"
|
| 122 |
)
|
| 123 |
iface.launch()
|
| 124 |
|