rayl-aoit commited on
Commit
7187b23
·
verified ·
1 Parent(s): c5918f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, description)
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():