Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -912,7 +912,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 912 |
fn=lambda x: gr.update(visible=x),
|
| 913 |
inputs=use_Tiny_VAE,
|
| 914 |
outputs=Tiny_VAE
|
| 915 |
-
)
|
|
|
|
| 916 |
# Удаление фона------------------------------------------------------------------------------------------------
|
| 917 |
# Checkbox для удаления фона
|
| 918 |
with gr.Blocks():
|
|
|
|
| 912 |
fn=lambda x: gr.update(visible=x),
|
| 913 |
inputs=use_Tiny_VAE,
|
| 914 |
outputs=Tiny_VAE
|
| 915 |
+
)
|
| 916 |
+
|
| 917 |
# Удаление фона------------------------------------------------------------------------------------------------
|
| 918 |
# Checkbox для удаления фона
|
| 919 |
with gr.Blocks():
|