Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from PIL import Image # Убедитесь, что PIL импортируетс
|
|
| 12 |
|
| 13 |
class Prodia:
|
| 14 |
def __init__(self, api_key, base=None):
|
| 15 |
-
self.base = base or "https://api.prodia.com/
|
| 16 |
self.headers = {
|
| 17 |
"X-Prodia-Key": api_key
|
| 18 |
}
|
|
|
|
| 12 |
|
| 13 |
class Prodia:
|
| 14 |
def __init__(self, api_key, base=None):
|
| 15 |
+
self.base = base or "https://api.prodia.com/v1"
|
| 16 |
self.headers = {
|
| 17 |
"X-Prodia-Key": api_key
|
| 18 |
}
|