MaykaGR commited on
Commit
da5f2d4
verified
1 Parent(s): 194e9f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(theme=gr.themes.Ocean(primary_hue="pink", neutral_hue="indigo", f
56
  return temp_audio_path
57
 
58
 
59
- button.click(describir, [textbox], output)
60
  button2.click(leer, [output], output2)
61
 
62
  demo.launch(debug=True)
 
56
  return temp_audio_path
57
 
58
 
59
+ button.click(describir, [image], output)
60
  button2.click(leer, [output], output2)
61
 
62
  demo.launch(debug=True)