dzmu commited on
Commit
9c1e7e7
·
verified ·
1 Parent(s): 731d945

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -591,7 +591,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
591
  audio_output = gr.Audio(label="Audio Feedback", autoplay=True)
592
 
593
  analyze_button.click(
594
- fn=wrapped_analyze,
595
  inputs=[input_image],
596
  outputs=[category_html, audio_output, response_box]
597
  )
 
591
  audio_output = gr.Audio(label="Audio Feedback", autoplay=True)
592
 
593
  analyze_button.click(
594
+ fn=analyze_outfit,
595
  inputs=[input_image],
596
  outputs=[category_html, audio_output, response_box]
597
  )