Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ with playground:
|
|
37 |
|
38 |
topic = "Image Captioning"
|
39 |
descriptions = ["category: Image-to-Text",
|
40 |
-
"model:
|
41 |
image_pipeline_button = create_tabs_header(topic, descriptions)
|
42 |
|
43 |
with gr.Row(visible=True) as use_pipeline:
|
@@ -62,4 +62,4 @@ with playground:
|
|
62 |
|
63 |
create_playground_footer()
|
64 |
|
65 |
-
playground.launch(
|
|
|
37 |
|
38 |
topic = "Image Captioning"
|
39 |
descriptions = ["category: Image-to-Text",
|
40 |
+
"model: [Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base)"]
|
41 |
image_pipeline_button = create_tabs_header(topic, descriptions)
|
42 |
|
43 |
with gr.Row(visible=True) as use_pipeline:
|
|
|
62 |
|
63 |
create_playground_footer()
|
64 |
|
65 |
+
playground.launch()
|