Spaces:
Running
on
Zero
Running
on
Zero
rishitdagli
commited on
Commit
•
852e4aa
1
Parent(s):
c8c298e
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(
|