DssServer commited on
Commit
74d5d37
·
verified ·
1 Parent(s): 47fa0b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ gr.Interface(
61
  get_text,
62
  inputs=gr.Image(type="pil"),
63
  outputs=gr.outputs.Textbox(),
64
- title="Text Captcha Reader",
65
  examples=["8000.png","2nbcx.png"]
66
  ).launch()
67
 
 
61
  get_text,
62
  inputs=gr.Image(type="pil"),
63
  outputs=gr.outputs.Textbox(),
64
+ title="Reader",
65
  examples=["8000.png","2nbcx.png"]
66
  ).launch()
67