ThePixOne commited on
Commit
90487c6
1 Parent(s): 4903c0c

Update app.py

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