muneebashraf commited on
Commit
304d74e
·
1 Parent(s): 29b2885
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,5 +21,5 @@ def generate_caption(image):
21
  inputs = gr.inputs.Image(label="Upload an image")
22
  outputs = gr.outputs.Textbox(label="Generated Caption")
23
 
24
- # Create the Gradio app
25
  gr.Interface(fn=generate_caption, inputs=inputs, outputs=outputs).launch()
 
21
  inputs = gr.inputs.Image(label="Upload an image")
22
  outputs = gr.outputs.Textbox(label="Generated Caption")
23
 
24
+ # Create the Gradio app
25
  gr.Interface(fn=generate_caption, inputs=inputs, outputs=outputs).launch()