neo7team commited on
Commit
2d45d55
·
verified ·
1 Parent(s): 9e69213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from deep_translator import GoogleTranslator
9
  import json
10
 
11
 
12
- API_URL = "https://huggingface.co/api/models/HiDream-ai/HiDream-I1-Full"
13
  API_TOKEN = os.getenv("HF_READ_TOKEN")
14
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
15
  timeout = 1000
 
9
  import json
10
 
11
 
12
+ API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-3.5-large-turbo"
13
  API_TOKEN = os.getenv("HF_READ_TOKEN")
14
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
15
  timeout = 1000