Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|