Spaces:
Running
Running
JV A
commited on
Commit
·
2b94f89
1
Parent(s):
8543bbc
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def generate_image(prompt, negative_prompt, scheduler, steps, width, height, res
|
|
12 |
# Define the request headers
|
13 |
headers = {
|
14 |
"Content-Type": "application/json",
|
15 |
-
"token":
|
16 |
}
|
17 |
|
18 |
# Define the request body
|
|
|
12 |
# Define the request headers
|
13 |
headers = {
|
14 |
"Content-Type": "application/json",
|
15 |
+
"token": "514f7ecde6a5434dbab5c6579311ad82"
|
16 |
}
|
17 |
|
18 |
# Define the request body
|