DigiP-AI commited on
Commit
49fa73c
·
verified ·
1 Parent(s): c4d168b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from fastapi import FastAPI
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}"}
24
  timeout = 100
 
18
  app = FastAPI()
19
 
20
 
21
+ API_URL = "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-schnell"
22
  API_TOKEN = os.getenv("HF_READ_TOKEN")
23
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
24
  timeout = 100