vanh99 commited on
Commit
ec432b9
·
verified ·
1 Parent(s): d8c9aee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ iface = gr.Interface(
77
  outputs=gr.Textbox(label="Predicted Text"),
78
  title="OCR for CAPTCHA",
79
  description="Solve captchas from images.",
80
- examples=[]
81
  )
82
 
83
  if __name__ == "__main__":
 
77
  outputs=gr.Textbox(label="Predicted Text"),
78
  title="OCR for CAPTCHA",
79
  description="Solve captchas from images.",
80
+ examples=["1.png","2.jfif","3.jpg"]
81
  )
82
 
83
  if __name__ == "__main__":