Devarsh24 commited on
Commit
989da0b
·
verified ·
1 Parent(s): c1d31bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,8 +50,8 @@ gr.close_all()
50
  demo = gr.Interface(fn=caption_my_image,
51
  inputs=[gr.Image(label="Select Image",type="pil")],
52
  outputs=[
53
- gr.Textbox(label="Image Caption",title="Caption in text form"),
54
- gr.Audio(label="Image Caption Audio",title="Caption in audio form)],
55
  title="IMAGE CAPTIONING WITH AUDIO OUTPUT",
56
  description="THIS APPLICATION WILL BE USED TO CAPTION IMAGES WITH THE HELP OF AI")
57
  demo.launch()
 
50
  demo = gr.Interface(fn=caption_my_image,
51
  inputs=[gr.Image(label="Select Image",type="pil")],
52
  outputs=[
53
+ gr.Textbox(label="Image Caption"),
54
+ gr.Audio(label="Image Caption Audio")],
55
  title="IMAGE CAPTIONING WITH AUDIO OUTPUT",
56
  description="THIS APPLICATION WILL BE USED TO CAPTION IMAGES WITH THE HELP OF AI")
57
  demo.launch()