Sriv890 commited on
Commit
bd800ec
·
verified ·
1 Parent(s): 7048090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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['hugging']
25
- H_key = os.getenv('hugging')
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