cdcvd commited on
Commit
65ee7c3
1 Parent(s): 2ddd666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ iface = gr.Interface(
191
  fn=gradio_interface,
192
  inputs=gr.File(label="Upload Word, PDF, or Image"),
193
  outputs=gr.JSON(label="JSON Output"),
194
- title="Document to JSON Converter with Background Removal"
195
  )
196
 
197
  if __name__ == "__main__":
 
191
  fn=gradio_interface,
192
  inputs=gr.File(label="Upload Word, PDF, or Image"),
193
  outputs=gr.JSON(label="JSON Output"),
194
+ title="Ocr_check"
195
  )
196
 
197
  if __name__ == "__main__":