seawolf2357 commited on
Commit
d505472
·
verified ·
1 Parent(s): 6d19b72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -33,9 +33,10 @@ def generate_contents(user_content, brand_name, aspect_ratio='landscape'):
33
  'placement': 'bottom',
34
  'display': 'phrase',
35
  },
36
- },url
37
  "backgroundMusicKeywords": "happy, lofi, beats"
38
  }
 
39
 
40
  headers = set_header()
41
  response = requests.request("POST", url, json=payload, headers=headers).json()
 
33
  'placement': 'bottom',
34
  'display': 'phrase',
35
  },
36
+ },
37
  "backgroundMusicKeywords": "happy, lofi, beats"
38
  }
39
+
40
 
41
  headers = set_header()
42
  response = requests.request("POST", url, json=payload, headers=headers).json()