asalhi85 commited on
Commit
bc0969b
1 Parent(s): 929c9f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -22,9 +22,9 @@ def inference(img, lang):
22
  im.save('result.jpg')
23
  return ['result.jpg', pd.DataFrame(bounds).iloc[: , 1:]]
24
 
25
- title = 'EasyOCR'
26
- description = 'Gradio demo for EasyOCR. EasyOCR demo supports 80+ languages.To use it, simply upload your image and choose a language from the dropdown menu, or click one of the examples to load them. Read more at the links below.'
27
- article = "<p style='text-align: center'><a href='https://www.jaided.ai/easyocr/'>Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.</a> | <a href='https://github.com/JaidedAI/EasyOCR'>Github Repo</a></p>"
28
  examples = [['./e1.jpg',['ar','en']],['./e2.jpg',['ar','en']], ['./e3.jpg',['ar','en']], ['./e4.jpg',['ar','en']], ['./e5.jpg',['ar','en']]]
29
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
30
  choices = [
 
22
  im.save('result.jpg')
23
  return ['result.jpg', pd.DataFrame(bounds).iloc[: , 1:]]
24
 
25
+ title = 'سحب النصوص من الصور (خاص في تطبيقات أبشر)'
26
+ description = 'هذه مثال لكيفية سحب النصوص من صور شاشات من تطبيق أبشر للمساعدة في إكتشاف الأخطاء التي قد تظهر للمستخدمين'
27
+ article = "<p style='text-align: center'></p>"
28
  examples = [['./e1.jpg',['ar','en']],['./e2.jpg',['ar','en']], ['./e3.jpg',['ar','en']], ['./e4.jpg',['ar','en']], ['./e5.jpg',['ar','en']]]
29
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
30
  choices = [