DigiP-AI commited on
Commit
b625b10
·
verified ·
1 Parent(s): 460b87a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from fastapi import FastAPI
16
 
17
  app = FastAPI()
18
 
19
- API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-3.5-large"
20
  API_TOKEN = os.getenv("HF_READ_TOKEN")
21
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
22
  timeout = 100
 
16
 
17
  app = FastAPI()
18
 
19
+ API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-3.5-large-turbo"
20
  API_TOKEN = os.getenv("HF_READ_TOKEN")
21
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
22
  timeout = 100