Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import requests
|
|
8 |
load_dotenv()
|
9 |
|
10 |
# Hugging Face API URL and token
|
11 |
-
HUGGINGFACE_API_URL = "
|
12 |
HUGGINGFACE_API_TOKEN = os.environ.get('HUGGINGFACEHUB_API_TOKEN')
|
13 |
|
14 |
# Random dog images for error messages
|
|
|
8 |
load_dotenv()
|
9 |
|
10 |
# Hugging Face API URL and token
|
11 |
+
HUGGINGFACE_API_URL = ["joermd/llma-speedy"]
|
12 |
HUGGINGFACE_API_TOKEN = os.environ.get('HUGGINGFACEHUB_API_TOKEN')
|
13 |
|
14 |
# Random dog images for error messages
|