fffiloni commited on
Commit
6475830
1 Parent(s): 253f85d

Update app_gradio.py

Browse files
Files changed (1) hide show
  1. app_gradio.py +5 -1
app_gradio.py CHANGED
@@ -231,7 +231,11 @@ def create_gradio_interface():
231
  )
232
  with gr.Tab("Draw"):
233
  draw_sketchpad = gr.Sketchpad(
234
- value={"background": "./static/examples/background.jpeg"},
 
 
 
 
235
  type="pil",
236
  image_mode="RGB",
237
  layers=False,
 
231
  )
232
  with gr.Tab("Draw"):
233
  draw_sketchpad = gr.Sketchpad(
234
+ value={
235
+ "background": "./static/examples/background.jpeg",
236
+ "layers": None,
237
+ "composite": None
238
+ },
239
  type="pil",
240
  image_mode="RGB",
241
  layers=False,