AkashDataScience commited on
Commit
d4225f7
·
1 Parent(s): 2c07938
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,6 +35,6 @@ with gr.Blocks(theme=gr.themes.Glass()) as demo:
35
  with gr.Column():
36
  ocr_out = gr.Textbox(label="OCR Output", type="text")
37
 
38
- examples_obj = gr.Examples(examples=examples, inputs=[pdf])
39
 
40
  demo.launch()
 
35
  with gr.Column():
36
  ocr_out = gr.Textbox(label="OCR Output", type="text")
37
 
38
+ examples_obj = gr.Examples(examples=examples, inputs=[pdf])
39
 
40
  demo.launch()