Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -343,7 +343,8 @@ def create_gradio_interface():
|
|
343 |
raw_output_stream = gr.Textbox(label="Raw Model Output Stream", interactive=False, lines=15, show_copy_button=True)
|
344 |
with gr.Row():
|
345 |
examples = gr.Examples(
|
346 |
-
examples=["examples/1.png", "examples/2.png", "examples/3.png",
|
|
|
347 |
inputs=image_input, label="Examples"
|
348 |
)
|
349 |
gr.Markdown("[Report-Bug💻](https://huggingface.co/spaces/prithivMLmods/OCR-Comparator/discussions)")
|
|
|
343 |
raw_output_stream = gr.Textbox(label="Raw Model Output Stream", interactive=False, lines=15, show_copy_button=True)
|
344 |
with gr.Row():
|
345 |
examples = gr.Examples(
|
346 |
+
examples=["examples/1.png", "examples/2.png", "examples/3.png",
|
347 |
+
"examples/4.png", "examples/5.png", "examples/6.png"],
|
348 |
inputs=image_input, label="Examples"
|
349 |
)
|
350 |
gr.Markdown("[Report-Bug💻](https://huggingface.co/spaces/prithivMLmods/OCR-Comparator/discussions)")
|