Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|