Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
},
|
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()
|