fffiloni commited on
Commit
253f85d
·
verified ·
1 Parent(s): 8c1ba1b

Update app_gradio.py

Browse files
Files changed (1) hide show
  1. app_gradio.py +1 -1
app_gradio.py CHANGED
@@ -231,7 +231,7 @@ 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={"background": "./static/examples/background.jpeg"},
235
  type="pil",
236
  image_mode="RGB",
237
  layers=False,