Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -314,7 +314,7 @@ with gr.Blocks() as demo:
|
|
314 |
with gr.Row():
|
315 |
base = gr.ImageEditor( label="Source",
|
316 |
type="pil",
|
317 |
-
brush=gr.Brush(colors=["#
|
318 |
layers = False,
|
319 |
interactive=True
|
320 |
)
|
|
|
314 |
with gr.Row():
|
315 |
base = gr.ImageEditor( label="Source",
|
316 |
type="pil",
|
317 |
+
brush=gr.Brush(colors=["#80FFFF"],default_size = 30,color_mode = "fixed"),
|
318 |
layers = False,
|
319 |
interactive=True
|
320 |
)
|