muhtasham commited on
Commit
f3560da
1 Parent(s): 20d818e

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=img)
78
- zero_shot_clf.click(zero_shot, inputs=[gallery[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=img)
78
+ zero_shot_clf.click(zero_shot, inputs=[img,text_input], outputs = label)
79
 
80
  demo.launch(enable_queue=False)