Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ from safetensors.torch import load_file
|
|
21 |
|
22 |
|
23 |
# Replace with your actual API key
|
24 |
-
os.environ['
|
25 |
-
H_key = os.getenv('
|
26 |
API_URL = "https://api-inference.huggingface.co/models/Artples/LAI-ImageGeneration-vSDXL-2"
|
27 |
headers = {"Authorization": f"Bearer {H_key}"}
|
28 |
|
|
|
21 |
|
22 |
|
23 |
# Replace with your actual API key
|
24 |
+
os.environ['hface']
|
25 |
+
H_key = os.getenv('hface')
|
26 |
API_URL = "https://api-inference.huggingface.co/models/Artples/LAI-ImageGeneration-vSDXL-2"
|
27 |
headers = {"Authorization": f"Bearer {H_key}"}
|
28 |
|