Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ def plex(sketchpad):
|
|
| 9 |
|
| 10 |
|
| 11 |
sketchpad=gr.ImageEditor(type="pil",height=512,width=512,container=False,show_share_button=False,show_download_button=False)
|
|
|
|
| 12 |
|
| 13 |
iface=gr.Interface(plex,sketchpad,gr.Gallery(columns=1),live=True)
|
| 14 |
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
sketchpad=gr.ImageEditor(type="pil",height=512,width=512,container=False,show_share_button=False,show_download_button=False)
|
| 12 |
+
sketchpad.change(fn=plex).input()
|
| 13 |
|
| 14 |
iface=gr.Interface(plex,sketchpad,gr.Gallery(columns=1),live=True)
|
| 15 |
|