Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ if st.button("Создать пиксельный арт"):
|
|
19 |
}
|
20 |
headers = {
|
21 |
"Content-Type": "application/json",
|
22 |
-
"Authorization": "Bearer sk-
|
23 |
}
|
24 |
response = requests.post(url=API_ENDPOINT, json=data, headers=headers)
|
25 |
|
|
|
19 |
}
|
20 |
headers = {
|
21 |
"Content-Type": "application/json",
|
22 |
+
"Authorization": "Bearer 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"
|
23 |
}
|
24 |
response = requests.post(url=API_ENDPOINT, json=data, headers=headers)
|
25 |
|