paulccc commited on
Commit
78576b0
·
verified ·
1 Parent(s): a584015

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ def launch(input):
18
 
19
  #Define an interface
20
  interface=gr.Interface(fn=launch,inputs=gr.Image(type="pil"),outputs="text",title="Image Captioning with BLIP")
21
- interface.launch
 
18
 
19
  #Define an interface
20
  interface=gr.Interface(fn=launch,inputs=gr.Image(type="pil"),outputs="text",title="Image Captioning with BLIP")
21
+ interface.launch()