JV A commited on
Commit
8b25ecd
·
1 Parent(s): 9d837ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "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