Pamudu13 commited on
Commit
165012d
1 Parent(s): ac61605

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ cloudinary.config(
17
  api_secret='MjsdHI-8vvYg-yF8p5__aK_8OYs'
18
  )
19
 
20
- API_URL = "https://api-inference.huggingface.co/models/Jovie/Midjourney"
21
  HEADERS = {"Authorization": f"Bearer {os.getenv('HUGGING_FACE_API_KEY')}"}
22
 
23
 
 
17
  api_secret='MjsdHI-8vvYg-yF8p5__aK_8OYs'
18
  )
19
 
20
+ API_URL = "https://api-inference.huggingface.co/models/Freepik/flux.1-lite-8B-alpha"
21
  HEADERS = {"Authorization": f"Bearer {os.getenv('HUGGING_FACE_API_KEY')}"}
22
 
23