Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ iface = gr.Interface(
|
|
114 |
fn=generate_answer,
|
115 |
inputs=[
|
116 |
Textbox(label="Question"),
|
117 |
-
Textbox(label="Context")
|
118 |
Textbox(label="Contexts")
|
119 |
],
|
120 |
outputs=[
|
|
|
114 |
fn=generate_answer,
|
115 |
inputs=[
|
116 |
Textbox(label="Question"),
|
117 |
+
Textbox(label="Context"),
|
118 |
Textbox(label="Contexts")
|
119 |
],
|
120 |
outputs=[
|