fffiloni commited on
Commit
b2f845c
·
verified ·
1 Parent(s): 88c5424

Update app_gradio.py

Browse files
Files changed (1) hide show
  1. app_gradio.py +1 -1
app_gradio.py CHANGED
@@ -234,7 +234,7 @@ def create_gradio_interface():
234
  height=300
235
  )
236
 
237
- def predict(im):
238
  return im["composite"]
239
 
240
  draw_sketchpad.change(load_drawing, outputs=input_sketch, inputs=draw_sketchpad, show_progress="hidden")
 
234
  height=300
235
  )
236
 
237
+ def load_drawing(im):
238
  return im["composite"]
239
 
240
  draw_sketchpad.change(load_drawing, outputs=input_sketch, inputs=draw_sketchpad, show_progress="hidden")