Aff77 commited on
Commit
d036b64
·
verified ·
1 Parent(s): 2f6ab9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -110,11 +110,7 @@ iface = gr.Interface(
110
  inputs=gr.Image(type="pil", label="Upload CAPTCHA Image"),
111
  outputs=gr.Textbox(label="Predicted Text"),
112
  title="CAPTCHA Solver (FastCRNN)",
113
- description="Upload a CAPTCHA image to extract text using ResNet18 + BiLSTM",
114
- examples=[
115
- ["examples/example1.png"],
116
- ["examples/example2.png"]
117
- ]
118
  )
119
 
120
  if __name__ == "__main__":
 
110
  inputs=gr.Image(type="pil", label="Upload CAPTCHA Image"),
111
  outputs=gr.Textbox(label="Predicted Text"),
112
  title="CAPTCHA Solver (FastCRNN)",
113
+ description="Upload a CAPTCHA image to extract text using ResNet18 + BiLSTM"
 
 
 
 
114
  )
115
 
116
  if __name__ == "__main__":