priyank-m commited on
Commit
53d258c
1 Parent(s): 43ea1cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,5 +19,5 @@ def run_ocr(image):
19
  return generated_text
20
 
21
 
22
- demo = gr.Interface(fn=run_ocr, inputs="image", outputs="text", title=title, description=description, article=article, examples=examples)
23
  demo.launch()
 
19
  return generated_text
20
 
21
 
22
+ demo = gr.Interface(fn=run_ocr, inputs="image", outputs="text", title=title, description=description, examples=examples)
23
  demo.launch()