anuragshas commited on
Commit
c7fc93a
1 Parent(s): 326dbe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -64,7 +64,8 @@ text = gr.outputs.Textbox()
64
  iface = gr.Interface(classify_image,image,text,
65
  title="OCR for CAPTCHA",
66
  description = "Keras Implementation of OCR model for reading captcha 🤖🦹🏻",
67
- article = "Author: <a href=\"https://huggingface.co/anuragshas\">Anurag Singh</a>"
 
68
  )
69
 
70
 
 
64
  iface = gr.Interface(classify_image,image,text,
65
  title="OCR for CAPTCHA",
66
  description = "Keras Implementation of OCR model for reading captcha 🤖🦹🏻",
67
+ article = "Author: <a href=\"https://huggingface.co/anuragshas\">Anurag Singh</a>",
68
+ examples = ["dd764.png"]
69
  )
70
 
71