Spaces:
Runtime error
Runtime error
fix: remove unsupported show_download_button from Gallery
Browse files
app.py
CHANGED
|
@@ -352,7 +352,6 @@ with gr.Blocks(css=css) as demo:
|
|
| 352 |
label="Character Views",
|
| 353 |
columns=4, rows=2, height=500,
|
| 354 |
object_fit="contain",
|
| 355 |
-
show_download_button=True,
|
| 356 |
)
|
| 357 |
|
| 358 |
cs_btn.click(
|
|
|
|
| 352 |
label="Character Views",
|
| 353 |
columns=4, rows=2, height=500,
|
| 354 |
object_fit="contain",
|
|
|
|
| 355 |
)
|
| 356 |
|
| 357 |
cs_btn.click(
|