DigiP-AI commited on
Commit
7bc22dc
·
verified ·
1 Parent(s): 17854d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ from fastapi import FastAPI
17
 
18
  app = FastAPI()
19
 
20
-
21
  API_URL = "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-dev"
22
  API_TOKEN = os.getenv("HF_READ_TOKEN")
23
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
 
17
 
18
  app = FastAPI()
19
 
 
20
  API_URL = "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-dev"
21
  API_TOKEN = os.getenv("HF_READ_TOKEN")
22
  headers = {"Authorization": f"Bearer {API_TOKEN}"}