Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 97 |
inputs=[image],
|
| 98 |
outputs=[processed_image, generated_audio],
|
| 99 |
cache_examples="lazy",
|
| 100 |
-
|
| 101 |
)
|
| 102 |
|
| 103 |
gr.on(
|
|
|
|
| 97 |
inputs=[image],
|
| 98 |
outputs=[processed_image, generated_audio],
|
| 99 |
cache_examples="lazy",
|
| 100 |
+
fn=process_image,
|
| 101 |
)
|
| 102 |
|
| 103 |
gr.on(
|