Shridhartd commited on
Commit
4fd9f60
·
verified ·
1 Parent(s): e096aa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ if not os.path.exists(UPLOAD_DIR):
16
  # Hugging Face API Key (Replace with your actual API key)
17
  HUGGINGFACE_API_KEY = "HF_API_KEY"
18
 
 
19
  # Hugging Face Model URL
20
  MODEL_URL = "https://api-inference.huggingface.co/models/Salesforce/blip-image-captioning-base"
21
 
 
16
  # Hugging Face API Key (Replace with your actual API key)
17
  HUGGINGFACE_API_KEY = "HF_API_KEY"
18
 
19
+
20
  # Hugging Face Model URL
21
  MODEL_URL = "https://api-inference.huggingface.co/models/Salesforce/blip-image-captioning-base"
22