Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -252,11 +252,11 @@ def create_gradio_interface():
|
|
| 252 |
raw_output_stream = gr.Textbox(label="Raw Model Output (max T ≤ 120s)", interactive=False, lines=15, show_copy_button=True)
|
| 253 |
with gr.Row():
|
| 254 |
examples = gr.Examples(
|
| 255 |
-
examples=["examples/1.
|
| 256 |
-
"examples/2.
|
| 257 |
-
"examples/3.
|
| 258 |
-
"examples/4.
|
| 259 |
-
"examples/5.
|
| 260 |
inputs=image_input, label="Examples"
|
| 261 |
)
|
| 262 |
gr.Markdown("[Report-Bug💻](https://huggingface.co/spaces/prithivMLmods/POINTS-Reader-OCR/discussions) | [prithivMLmods🤗](https://huggingface.co/prithivMLmods)")
|
|
|
|
| 252 |
raw_output_stream = gr.Textbox(label="Raw Model Output (max T ≤ 120s)", interactive=False, lines=15, show_copy_button=True)
|
| 253 |
with gr.Row():
|
| 254 |
examples = gr.Examples(
|
| 255 |
+
examples=["examples/1.jpeg",
|
| 256 |
+
"examples/2.jpeg",
|
| 257 |
+
"examples/3.jpeg",
|
| 258 |
+
"examples/4.jpeg",
|
| 259 |
+
"examples/5.jpeg"],
|
| 260 |
inputs=image_input, label="Examples"
|
| 261 |
)
|
| 262 |
gr.Markdown("[Report-Bug💻](https://huggingface.co/spaces/prithivMLmods/POINTS-Reader-OCR/discussions) | [prithivMLmods🤗](https://huggingface.co/prithivMLmods)")
|