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