rishitdagli commited on
Commit
852e4aa
1 Parent(s): c8c298e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # fn=process_image,
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(