Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,4 +45,4 @@ interface = gr.Interface(
|
|
45 |
description="AI tool that creates captions based on the image provided by the user.",
|
46 |
)
|
47 |
|
48 |
-
interface.launch(
|
|
|
45 |
description="AI tool that creates captions based on the image provided by the user.",
|
46 |
)
|
47 |
|
48 |
+
interface.launch()
|