Symbiomatrix commited on
Commit
9dfc45b
·
verified ·
1 Parent(s): db5d89f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  )