Spaces:
Sleeping
Sleeping
Kvikontent
commited on
Commit
•
8d59593
1
Parent(s):
f1c4820
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 =
|
9 |
api_key = os.environ.get('API_KEY')
|
10 |
headers = {"Authorization": f"Bearer {api_key}"}
|
11 |
|
|
|
5 |
import os
|
6 |
from PIL import Image
|
7 |
|
8 |
+
API_URL = os.environ.get("API_URL")
|
9 |
api_key = os.environ.get('API_KEY')
|
10 |
headers = {"Authorization": f"Bearer {api_key}"}
|
11 |
|