IncreasingLoss commited on
Commit
7fc75a6
·
verified ·
1 Parent(s): bd3575f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 seconde/translation on a 4080).")
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,