anuragshas commited on
Commit
231bcfd
1 Parent(s): 1969b0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ text = gr.outputs.Textbox()
61
  iface = gr.Interface(classify_image,image,text,
62
  title="OCR for CAPTCHA",
63
  description = "Keras Implementation of OCR model for reading captcha 🤖🦹🏻",
64
- article = "Author: <a href=\"https://huggingface.co/anuragshas\">Anurag Singh</a>",
65
  examples = ["dd764.png","3p4nn.png"]
66
  )
67
 
 
61
  iface = gr.Interface(classify_image,image,text,
62
  title="OCR for CAPTCHA",
63
  description = "Keras Implementation of OCR model for reading captcha 🤖🦹🏻",
64
+ article = "Author: <a href=\"https://huggingface.co/anuragshas\">Anurag Singh</a>. Based on the keras example from <a href=\"https://keras.io/examples/vision/captcha_ocr/\">A_K_Nain</a>",
65
  examples = ["dd764.png","3p4nn.png"]
66
  )
67