subinbabu commited on
Commit
3d9d50b
·
verified ·
1 Parent(s): 1fd8acb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ transform,ort_session = initialize_model(model_file=model_file)
56
  gr.Interface(
57
  get_text,
58
  inputs=gr.Image(type="pil"),
59
- outputs=gr.outputs.Textbox(),
60
  title="Text Captcha Reader",
61
  examples=["8000.png"]
62
  ).launch()
 
56
  gr.Interface(
57
  get_text,
58
  inputs=gr.Image(type="pil"),
59
+ outputs=gr.Textbox(),
60
  title="Text Captcha Reader",
61
  examples=["8000.png"]
62
  ).launch()