Spaces:
Paused
Paused
Update app_gradio.py
Browse files- app_gradio.py +1 -1
app_gradio.py
CHANGED
@@ -347,7 +347,7 @@ with gr.Blocks(css=css) as demo:
|
|
347 |
],
|
348 |
outputs=output_gallery
|
349 |
)
|
350 |
-
|
351 |
blank_pad ={
|
352 |
"background": "./static/examples/background.jpeg",
|
353 |
"layers": None,
|
|
|
347 |
],
|
348 |
outputs=output_gallery
|
349 |
)
|
350 |
+
def reload_pad():
|
351 |
blank_pad ={
|
352 |
"background": "./static/examples/background.jpeg",
|
353 |
"layers": None,
|