Spaces:
Paused
Paused
Update app_gradio.py
Browse files- app_gradio.py +1 -1
app_gradio.py
CHANGED
@@ -293,7 +293,7 @@ def create_gradio_interface():
|
|
293 |
|
294 |
|
295 |
# Event handlers
|
296 |
-
|
297 |
fn=generate_output,
|
298 |
inputs=[
|
299 |
input_sketch,
|
|
|
293 |
|
294 |
|
295 |
# Event handlers
|
296 |
+
generate_btn.click(
|
297 |
fn=generate_output,
|
298 |
inputs=[
|
299 |
input_sketch,
|