Spaces:
Running
Running
Commit
·
2c07938
1
Parent(s):
843d8b6
Adding examples
Browse files
app.py
CHANGED
@@ -35,4 +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 |
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()
|