Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from io import BytesIO
|
|
| 5 |
import os
|
| 6 |
from PIL import Image
|
| 7 |
|
| 8 |
-
API_URL = "https://api-inference.huggingface.co/models/Kvikontent/
|
| 9 |
api_key = os.environ.get('api_token')
|
| 10 |
headers = {"Authorization": f"Bearer {api_key}"}
|
| 11 |
|
|
|
|
| 5 |
import os
|
| 6 |
from PIL import Image
|
| 7 |
|
| 8 |
+
API_URL = "https://api-inference.huggingface.co/models/Kvikontent/midjourney-v6"
|
| 9 |
api_key = os.environ.get('api_token')
|
| 10 |
headers = {"Authorization": f"Bearer {api_key}"}
|
| 11 |
|