Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ text = gr.outputs.Textbox()
|
|
61 |
iface = gr.Interface(classify_image,image,text,
|
62 |
title="CAPTCH DETECTOR",
|
63 |
description = "Captcha Detection using Keras",
|
64 |
-
examples = ["2QJHR.jpg","
|
65 |
)
|
66 |
|
67 |
|
|
|
61 |
iface = gr.Interface(classify_image,image,text,
|
62 |
title="CAPTCH DETECTOR",
|
63 |
description = "Captcha Detection using Keras",
|
64 |
+
examples = ["2QJHR.jpg","ZYVVG.jpg"]
|
65 |
)
|
66 |
|
67 |
|