Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ with gr.Blocks() as demo:
|
|
| 78 |
ocr_button.click(fn=run_ocr, inputs=[ocr_engine, lang_input], outputs=ocr_output)
|
| 79 |
|
| 80 |
# Examples
|
| 81 |
-
example_images = ["images/example1.jpg", "images/example2.jpg", "images/example3.jpg"]
|
| 82 |
gr.Examples(
|
| 83 |
examples=[[img] for img in example_images],
|
| 84 |
inputs=[input_img],
|
|
|
|
| 78 |
ocr_button.click(fn=run_ocr, inputs=[ocr_engine, lang_input], outputs=ocr_output)
|
| 79 |
|
| 80 |
# Examples
|
| 81 |
+
example_images = ["images/example1.jpg", "images/example2.jpg", "images/example3.jpg", "images/example4.jpg", "images/example5.jpg"]
|
| 82 |
gr.Examples(
|
| 83 |
examples=[[img] for img in example_images],
|
| 84 |
inputs=[input_img],
|