Spaces:
Runtime error
Runtime error
Commit
·
f676320
1
Parent(s):
9490947
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 |
-
outputs=["text","html"], 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 |
+
outputs=["text","html"],gr.outputs.html(label="HTML Render"), title="Test out extractive Question-Answering on a short HTML string"
|
122 |
)
|
123 |
iface.launch()
|
124 |
|