Adam Jirkovsky
commited on
Commit
·
92d32a1
1
Parent(s):
f11b825
Captcha fix
Browse files
app.py
CHANGED
@@ -342,6 +342,7 @@ with demo:
|
|
342 |
|
343 |
with gr.Group():
|
344 |
captcha_correct = gr.State(False)
|
|
|
345 |
image, text = generate_captcha()
|
346 |
captcha_img = gr.Image(
|
347 |
image,
|
|
|
342 |
|
343 |
with gr.Group():
|
344 |
captcha_correct = gr.State(False)
|
345 |
+
text = gr.State("")
|
346 |
image, text = generate_captcha()
|
347 |
captcha_img = gr.Image(
|
348 |
image,
|