Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ with playground:
|
|
39 |
descriptions = ["Image-to-Text",
|
40 |
"model='Salesforce/blip-image-captioning-base'",
|
41 |
"[https://huggingface.co/Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base)"]
|
42 |
-
image_pipeline_button = create_tabs_header(topic,
|
43 |
|
44 |
with gr.Row(visible=True) as use_pipeline:
|
45 |
with gr.Column():
|
|
|
39 |
descriptions = ["Image-to-Text",
|
40 |
"model='Salesforce/blip-image-captioning-base'",
|
41 |
"[https://huggingface.co/Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base)"]
|
42 |
+
image_pipeline_button = create_tabs_header(topic, descriptions)
|
43 |
|
44 |
with gr.Row(visible=True) as use_pipeline:
|
45 |
with gr.Column():
|