Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ interface = gr.Interface(
|
|
41 |
Slider(minimum=1, maximum=5, step=1, label="Number of Captions")
|
42 |
],
|
43 |
outputs=Textbox(type="text", label="Captions"),
|
44 |
-
title="
|
45 |
description="AI tool that creates captions based on the image provided by the user.",
|
46 |
)
|
47 |
|
|
|
41 |
Slider(minimum=1, maximum=5, step=1, label="Number of Captions")
|
42 |
],
|
43 |
outputs=Textbox(type="text", label="Captions"),
|
44 |
+
title="Image Caption Generator",
|
45 |
description="AI tool that creates captions based on the image provided by the user.",
|
46 |
)
|
47 |
|