Spaces:
Running
Running
JV A
commited on
Commit
·
8b25ecd
1
Parent(s):
9d837ef
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def generate_image(prompt):
|
|
| 11 |
# Define the request headers
|
| 12 |
headers = {
|
| 13 |
"Content-Type": "application/json",
|
| 14 |
-
"token":
|
| 15 |
}
|
| 16 |
|
| 17 |
# Define the request body
|
|
|
|
| 11 |
# Define the request headers
|
| 12 |
headers = {
|
| 13 |
"Content-Type": "application/json",
|
| 14 |
+
"token": token
|
| 15 |
}
|
| 16 |
|
| 17 |
# Define the request body
|