Commit
·
dd7db82
1
Parent(s):
2ece00e
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ outputs = gr.Textbox(label="Captions")
|
|
29 |
interface = gr.Interface(fn=generate_caption, inputs=inputs, outputs=outputs, title="Blip-Caption")
|
30 |
|
31 |
# Launch the interface
|
32 |
-
interface.launch(
|
|
|
29 |
interface = gr.Interface(fn=generate_caption, inputs=inputs, outputs=outputs, title="Blip-Caption")
|
30 |
|
31 |
# Launch the interface
|
32 |
+
interface.launch()
|