fixess
Browse files
app.py
CHANGED
@@ -33,4 +33,4 @@ iface = gr.Interface(
|
|
33 |
description="Upload an image, and the model will generate a caption describing it."
|
34 |
)
|
35 |
|
36 |
-
iface.launch(
|
|
|
33 |
description="Upload an image, and the model will generate a caption describing it."
|
34 |
)
|
35 |
|
36 |
+
iface.launch()
|