legacy107 commited on
Commit
b777d77
1 Parent(s): 94a7057

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ iface = gr.Interface(
92
  fn=generate_answer,
93
  inputs=[
94
  Textbox(label="Question"),
95
- Textbox(label="Context")
96
  Textbox(label="Ground truth")
97
  ],
98
  outputs=[
 
92
  fn=generate_answer,
93
  inputs=[
94
  Textbox(label="Question"),
95
+ Textbox(label="Context"),
96
  Textbox(label="Ground truth")
97
  ],
98
  outputs=[