muddokon commited on
Commit
46b5fd7
verified
1 Parent(s): 9b5b062

Update app.py

Browse files

Fix example warnings

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -35,9 +35,9 @@ iface = gr.Interface(
35
  title = "Character Sequence Recognition From Captcha Image",
36
  description = "Using some TrOCR models found on the HF Hub to test/break tough text captchas. Will you have to train your own?",
37
  examples = [
38
- ['krcx5.jpg'],
39
- ['hyp2a.jpg'],
40
- ['k4kyf.jpg']
41
  ]
42
  )
43
 
 
35
  title = "Character Sequence Recognition From Captcha Image",
36
  description = "Using some TrOCR models found on the HF Hub to test/break tough text captchas. Will you have to train your own?",
37
  examples = [
38
+ ['krcx5.jpg','anuashok/ocr-captcha-v3'],
39
+ ['hyp2a.jpg','dragonstar/image-text-captcha-v2'],
40
+ ['k4kyf.jpg','chanelcolgate/trocr-base-printed_captcha_ocr']
41
  ]
42
  )
43