Reality123b commited on
Commit
7ab4fbd
·
verified ·
1 Parent(s): 7b8e77a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ class XylariaChat:
31
  )
32
 
33
  # Image captioning API setup
34
- self.image_api_url = "https://api-inference.huggingface.co/models/microsoft/git-large-coco"
35
  self.image_api_headers = {"Authorization": f"Bearer {self.hf_token}"}
36
 
37
  # Initialize conversation history and persistent memory
 
31
  )
32
 
33
  # Image captioning API setup
34
+ self.image_api_url = "https://api-inference.huggingface.co/models/Salesforce/blip-image-captioning-large"
35
  self.image_api_headers = {"Authorization": f"Bearer {self.hf_token}"}
36
 
37
  # Initialize conversation history and persistent memory