Update app.py
Browse files
app.py
CHANGED
|
@@ -498,7 +498,7 @@ with gr.Blocks(css=css) as program:
|
|
| 498 |
gr.Markdown("Upload or select an image and move the slider to detect characters.")
|
| 499 |
gr.Markdown("Make sure that the input image is high resolution and not rotated in any way!")
|
| 500 |
gr.Markdown("The tranlation in spaces takes a lot of time since its running on a cpu & uses a llm for the tranlation.")
|
| 501 |
-
gr.Markdown("For Faster useage please download the files and run it locally (takes 20
|
| 502 |
#inputs
|
| 503 |
with gr.Column(scale=1):
|
| 504 |
gallery = gr.Gallery(value=example_images,
|
|
|
|
| 498 |
gr.Markdown("Upload or select an image and move the slider to detect characters.")
|
| 499 |
gr.Markdown("Make sure that the input image is high resolution and not rotated in any way!")
|
| 500 |
gr.Markdown("The tranlation in spaces takes a lot of time since its running on a cpu & uses a llm for the tranlation.")
|
| 501 |
+
gr.Markdown("For Faster useage please download the files and run it locally (takes 20 seconds/translation on a 4080). On cpu it takes around 10 min/tranlation!")
|
| 502 |
#inputs
|
| 503 |
with gr.Column(scale=1):
|
| 504 |
gallery = gr.Gallery(value=example_images,
|