Spaces:
Running
Running
Commit
·
d4225f7
1
Parent(s):
2c07938
Minor fix
Browse files
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 |
-
|
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()
|