Spaces:
Runtime error
Runtime error
shartballs69
Browse files
app.py
CHANGED
@@ -34,8 +34,8 @@ inputs = [
|
|
34 |
gr.inputs.Textbox(lines=5, label="Question")
|
35 |
]
|
36 |
outputs = [
|
37 |
-
gr.outputs.Textbox(type='
|
38 |
-
gr.outputs.Textbox(type='
|
39 |
gr.outputs.Label(type="confidences",label="Confidence in answer (assuming the correct wikipedia article)"),
|
40 |
]
|
41 |
|
|
|
34 |
gr.inputs.Textbox(lines=5, label="Question")
|
35 |
]
|
36 |
outputs = [
|
37 |
+
gr.outputs.Textbox(type='text',label="Answer"),
|
38 |
+
gr.outputs.Textbox(type='text',label="Wikipedia Reference Article"),
|
39 |
gr.outputs.Label(type="confidences",label="Confidence in answer (assuming the correct wikipedia article)"),
|
40 |
]
|
41 |
|