isLinXu commited on
Commit
1b9af07
·
1 Parent(s): 7358262
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -215,7 +215,7 @@ if __name__ == '__main__':
215
  input_image, out_dir, det, det_weights, rec, rec_weights,
216
  kie, kie_weights, device, batch_size
217
  ],
218
- outputs=[output_image, output_json], examples=examples,
219
  title=title, description=description, article=article,
220
  )
221
 
 
215
  input_image, out_dir, det, det_weights, rec, rec_weights,
216
  kie, kie_weights, device, batch_size
217
  ],
218
+ outputs=[output_image, output_json],
219
  title=title, description=description, article=article,
220
  )
221