Adam Jirkovsky
commited on
Commit
·
eed2573
1
Parent(s):
c45a971
Captcha update
Browse files
app.py
CHANGED
@@ -359,7 +359,7 @@ with demo:
|
|
359 |
)
|
360 |
base_model_name_textbox = gr.Textbox(label="Base model (for delta or adapter weights)")
|
361 |
"""
|
362 |
-
with gr.
|
363 |
image, text = generate_captcha()
|
364 |
captcha_img = gr.Image(
|
365 |
image,
|
|
|
359 |
)
|
360 |
base_model_name_textbox = gr.Textbox(label="Base model (for delta or adapter weights)")
|
361 |
"""
|
362 |
+
with gr.Group():
|
363 |
image, text = generate_captcha()
|
364 |
captcha_img = gr.Image(
|
365 |
image,
|