xichenhku commited on
Commit
aaa2028
1 Parent(s): 181bbfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["#000000"],default_size = 30,color_mode = "fixed"),
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
  )