mgbam commited on
Commit
fe9b200
·
verified ·
1 Parent(s): 6350527

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +3 -1
config.py CHANGED
@@ -9,7 +9,9 @@ HF_TOKEN = os.getenv("HF_TOKEN")
9
  OPENAI_DEFAULT_MODEL = "gpt-4o"
10
 
11
  # Hugging Face Model for Medical Image Analysis
12
- HF_IMAGE_MODEL = "subh71/medical"
 
 
13
 
14
  # PubMed and summarization settings
15
  MAX_PUBMED_RESULTS = 5
 
9
  OPENAI_DEFAULT_MODEL = "gpt-4o"
10
 
11
  # Hugging Face Model for Medical Image Analysis
12
+ # Hugging Face Model for Medical Image Analysis
13
+ HF_IMAGE_MODEL = "Salesforce/blip-image-captioning-base"
14
+
15
 
16
  # PubMed and summarization settings
17
  MAX_PUBMED_RESULTS = 5