king007 commited on
Commit
82bb9d0
1 Parent(s): 340d89d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -470,10 +470,10 @@ def process_image(image):
470
  return output
471
 
472
 
473
- title = "Interactive demo OCR: microsoft - table-transformer-detection + tesseract"
474
- description = "Demo for microsoft - table-transformer-detection + tesseract"
475
- article = "<p style='text-align: center'></p>"
476
- examples = [["image_0.png"]]
477
 
478
  iface = gr.Interface(
479
  fn=process_image,
 
470
  return output
471
 
472
 
473
+ title = ""
474
+ description = ""
475
+ article = ""
476
+ examples = []
477
 
478
  iface = gr.Interface(
479
  fn=process_image,