chanelcolgate commited on
Commit
22c77dd
1 Parent(s): f1eef62

modified: app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ description = "Demo tracuumasothue captcha"
23
 
24
  interface = gr.Interface(fn=process_image,
25
  inputs="image",
26
- examples=[f"captcha-{i}.png" for i in range(10)],
27
  outputs="text",
28
  title=title,
29
  description=description).launch()
 
23
 
24
  interface = gr.Interface(fn=process_image,
25
  inputs="image",
26
+ examples=[f"examples/captcha-{i}.png" for i in range(10)],
27
  outputs="text",
28
  title=title,
29
  description=description).launch()