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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -497,6 +497,8 @@ with gr.Blocks(css=css) as program:
497
  gr.Markdown("## DeepTranslate: Chinese OCR with translation to english")
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
  #inputs
501
  with gr.Column(scale=1):
502
  gallery = gr.Gallery(value=example_images,
 
497
  gr.Markdown("## DeepTranslate: Chinese OCR with translation to english")
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,