Spaces:
Running
Running
root
commited on
Commit
·
6426022
1
Parent(s):
decb9bd
modify the way of painting mask
Browse files
app.py
CHANGED
|
@@ -271,7 +271,7 @@ if __name__ == "__main__":
|
|
| 271 |
value=sample_img2img,
|
| 272 |
source="upload",
|
| 273 |
interactive=True,
|
| 274 |
-
tool="
|
| 275 |
type='pil',
|
| 276 |
elem_id="img2img_mask",
|
| 277 |
image_mode="RGBA"
|
|
|
|
| 271 |
value=sample_img2img,
|
| 272 |
source="upload",
|
| 273 |
interactive=True,
|
| 274 |
+
tool="sketch",
|
| 275 |
type='pil',
|
| 276 |
elem_id="img2img_mask",
|
| 277 |
image_mode="RGBA"
|