Spaces:
Sleeping
Sleeping
Commit
·
67d8d3f
1
Parent(s):
383c0bf
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.
|
122 |
)
|
123 |
iface.launch()
|
124 |
|
|
|
118 |
),
|
119 |
gr.inputs.Textbox(lines=3, default="What is the propulsion risk?"),
|
120 |
],
|
121 |
+
gr.outputs.text(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 |
|