Spaces:
Runtime error
Runtime error
Your Name
commited on
Commit
·
f33e786
1
Parent(s):
22496cb
app.py
CHANGED
@@ -30,6 +30,6 @@ iface = gr.Interface(fn=process_image,
|
|
30 |
outputs=gr.outputs.Textbox(),
|
31 |
title=title,
|
32 |
description=description,
|
33 |
-
examples=glob.glob('figs_captchas/*.
|
34 |
|
35 |
iface.launch(debug=True)
|
|
|
30 |
outputs=gr.outputs.Textbox(),
|
31 |
title=title,
|
32 |
description=description,
|
33 |
+
examples=glob.glob('figs_captchas/*.png'))
|
34 |
|
35 |
iface.launch(debug=True)
|