Spaces:
Paused
Paused
Update app_gradio.py
Browse files- app_gradio.py +1 -1
app_gradio.py
CHANGED
@@ -234,7 +234,7 @@ def create_gradio_interface():
|
|
234 |
height=300
|
235 |
)
|
236 |
|
237 |
-
def
|
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")
|