RW04 commited on
Commit
1ad1d03
·
1 Parent(s): 65d621a

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="CAPTCH DETECTOR",
63
  description = "Captcha Detection using Keras",
64
- examples = ["2QJHR.jpg","ZZFQ6.jpg"]
65
  )
66
 
67
 
 
61
  iface = gr.Interface(classify_image,image,text,
62
  title="CAPTCH DETECTOR",
63
  description = "Captcha Detection using Keras",
64
+ examples = ["2QJHR.jpg","ZYVVG.jpg"]
65
  )
66
 
67