ThePixOne commited on
Commit
4903c0c
·
verified ·
1 Parent(s): fc7d330

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -203,8 +203,8 @@ iface = gr.Interface(examples = [
203
  ],
204
 
205
  fn =predict,
206
- inputs = [gr.inputs.Textbox(default="What is Open-domain question answering?"),
207
- gr.inputs.File(),
208
  ],
209
  outputs = 'text',
210
  description=description,
 
203
  ],
204
 
205
  fn =predict,
206
+ inputs = [gr.Textbox(default="What is Open-domain question answering?"),
207
+ gr.File(),
208
  ],
209
  outputs = 'text',
210
  description=description,