KeksDev9513 commited on
Commit
91e0236
1 Parent(s): 273d759

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import re
10
 
11
  app = Flask(__name__)
12
 
13
- API_URL = "https://api-inference.huggingface.co/models/ehristoforu/dalle-3-xl"
14
  API_TOKEN = os.getenv("HF_READ_TOKEN") # it is free
15
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
16
 
 
10
 
11
  app = Flask(__name__)
12
 
13
+ API_URL = "https://api-inference.huggingface.co/models/openskyml/midjourney-mini"
14
  API_TOKEN = os.getenv("HF_READ_TOKEN") # it is free
15
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
16