Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,6 @@ with gr.Blocks() as demo:
|
|
| 93 |
show_label=False,
|
| 94 |
show_download_button=False,
|
| 95 |
show_share_button=False,
|
| 96 |
-
mask_opacity=1.0,
|
| 97 |
)
|
| 98 |
with gr.Row():
|
| 99 |
with gr.Column(scale=2, min_width=400):
|
|
|
|
| 93 |
show_label=False,
|
| 94 |
show_download_button=False,
|
| 95 |
show_share_button=False,
|
|
|
|
| 96 |
)
|
| 97 |
with gr.Row():
|
| 98 |
with gr.Column(scale=2, min_width=400):
|