rayl-aoit commited on
Commit
8404d2a
·
verified ·
1 Parent(s): d26dcfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,7 +37,7 @@ with playground:
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,4 +62,4 @@ with playground:
62
 
63
  create_playground_footer()
64
 
65
- playground.launch(share=True)
 
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()