Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
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
|