Spaces:
Sleeping
Sleeping
KeksDev9513
commited on
Commit
•
91e0236
1
Parent(s):
273d759
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import re
|
|
10 |
|
11 |
app = Flask(__name__)
|
12 |
|
13 |
-
API_URL = "https://api-inference.huggingface.co/models/
|
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 |
|