Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def answer_question(question, context):
|
|
19 |
iface = gr.Interface(
|
20 |
fn=answer_question,
|
21 |
inputs=["text", "text"],
|
22 |
-
outputs=["text", "
|
23 |
title="Hugging Face Question Answering"
|
24 |
)
|
25 |
iface.launch()
|
|
|
19 |
iface = gr.Interface(
|
20 |
fn=answer_question,
|
21 |
inputs=["text", "text"],
|
22 |
+
outputs=["text", "number", "number", "number"],
|
23 |
title="Hugging Face Question Answering"
|
24 |
)
|
25 |
iface.launch()
|