Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ class Prodia:
|
|
12 |
def __init__(self, api_key, base=None):
|
13 |
self.base = base or "https://api.prodia.com/v2"
|
14 |
self.headers = {
|
15 |
-
"X-Prodia-Key": api_key
|
16 |
"Authorization": f"Bearer {os.getenv("API_KEY")}"
|
17 |
}
|
18 |
|
|
|
12 |
def __init__(self, api_key, base=None):
|
13 |
self.base = base or "https://api.prodia.com/v2"
|
14 |
self.headers = {
|
15 |
+
"X-Prodia-Key": api_key,
|
16 |
"Authorization": f"Bearer {os.getenv("API_KEY")}"
|
17 |
}
|
18 |
|