muhtasham commited on
Commit
4a1b464
1 Parent(s): 08b33e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,6 +75,6 @@ with gr.Blocks() as demo:
75
 
76
  speech_to_text.click(speech_to_text, inputs=audio_file, outputs=text)
77
  get_image_latent.click(text2image_latent, inputs=[text,steps,width,height,images,diversity], outputs=gallery)
78
- zero_shot_clf.click(zero_shot, inputs=[img[0],text_input], outputs=label)
79
 
80
  demo.launch(enable_queue=False)
 
75
 
76
  speech_to_text.click(speech_to_text, inputs=audio_file, outputs=text)
77
  get_image_latent.click(text2image_latent, inputs=[text,steps,width,height,images,diversity], outputs=gallery)
78
+ zero_shot_clf.click(zero_shot, inputs=[gallery,text_input], outputs=label)
79
 
80
  demo.launch(enable_queue=False)