Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from PIL import Image
|
|
7 |
import os
|
8 |
|
9 |
# Load the Hugging Face API key from environment variables
|
10 |
-
hf_api_key = os.getenv("
|
11 |
if hf_api_key is None:
|
12 |
raise ValueError("Hugging Face API key not found! Please set the 'full_token' environment variable.")
|
13 |
|
|
|
7 |
import os
|
8 |
|
9 |
# Load the Hugging Face API key from environment variables
|
10 |
+
hf_api_key = os.getenv("multimodel_token")
|
11 |
if hf_api_key is None:
|
12 |
raise ValueError("Hugging Face API key not found! Please set the 'full_token' environment variable.")
|
13 |
|