rayl-aoit commited on
Commit
6814695
1 Parent(s): ceb045c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -132,7 +132,8 @@ with playground:
132
  gr.Markdown("""
133
  ## Image Captioning
134
  ### Upload a image, check what AI understand and have vision on it.
135
- > category: Image-to-Text, model: [Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base)
 
136
  """)
137
  with gr.Column(scale=1):
138
  ITT_button = gr.Button(value="Start Process", variant="primary")
 
132
  gr.Markdown("""
133
  ## Image Captioning
134
  ### Upload a image, check what AI understand and have vision on it.
135
+ - category: Image-to-Text, model: [Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base)
136
+ - category: Text-to-Speech, model: [facebook/mms-tts-eng](https://huggingface.co/facebook/mms-tts-eng)
137
  """)
138
  with gr.Column(scale=1):
139
  ITT_button = gr.Button(value="Start Process", variant="primary")