Update app.py
Browse files
app.py
CHANGED
@@ -378,6 +378,7 @@ Once uploaded, it will add this repository to CivitaiArchive.com as a mirror.
|
|
378 |
)
|
379 |
upload_images = gr.Checkbox(
|
380 |
value=True,
|
|
|
381 |
label="Upload images",
|
382 |
info="Optional: Upload images alongside the models for future access. Beware content restrictions."
|
383 |
)
|
|
|
378 |
)
|
379 |
upload_images = gr.Checkbox(
|
380 |
value=True,
|
381 |
+
interactive=True,
|
382 |
label="Upload images",
|
383 |
info="Optional: Upload images alongside the models for future access. Beware content restrictions."
|
384 |
)
|