amirkhanbloch commited on
Commit
3d6aec5
·
verified ·
1 Parent(s): 7b57232

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ app = FastAPI()
13
  # Get the Hugging Face API key from environment variables
14
  API_URL = "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-dev"
15
  HUGGINGFACE_TOKEN = os.getenv("HUGF_TOKEN")
16
- print("HUGGINGFACE_TOKEN")
17
 
18
  headers = {"Authorization": f"Bearer {HUGGINGFACE_TOKEN}"}
19
 
 
13
  # Get the Hugging Face API key from environment variables
14
  API_URL = "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-dev"
15
  HUGGINGFACE_TOKEN = os.getenv("HUGF_TOKEN")
16
+ print(HUGGINGFACE_TOKEN)
17
 
18
  headers = {"Authorization": f"Bearer {HUGGINGFACE_TOKEN}"}
19