Spaces:
Running
Running
fix
Browse files
app.py
CHANGED
@@ -80,7 +80,6 @@ with gr.Blocks() as demo:
|
|
80 |
|
81 |
throttled_generate = throttle(generate_image, 0.2) # Adjust throttling
|
82 |
|
83 |
-
canvas.change(throttled_generate, inputs=canvas, outputs=
|
84 |
-
e)
|
85 |
|
86 |
demo.launch()
|
|
|
80 |
|
81 |
throttled_generate = throttle(generate_image, 0.2) # Adjust throttling
|
82 |
|
83 |
+
canvas.change(throttled_generate, inputs=canvas, outputs=output_image)
|
|
|
84 |
|
85 |
demo.launch()
|