heboya8 commited on
Commit
a9fef05
·
verified ·
1 Parent(s): e219441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def classify_image(img_path):
57
 
58
  image = gr.Image(type='filepath')
59
 
60
- text = gr.outputs.Textbox()
61
 
62
  iface = gr.Interface(classify_image,image,text,
63
  title="OCR for CAPTCHA",
 
57
 
58
  image = gr.Image(type='filepath')
59
 
60
+ text = gr.Textbox()
61
 
62
  iface = gr.Interface(classify_image,image,text,
63
  title="OCR for CAPTCHA",