Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -257,11 +257,11 @@ def create_post():
|
|
| 257 |
description = entry.get('description', entry.get('summary', ''))
|
| 258 |
print("desc",description)
|
| 259 |
print(type(description))
|
| 260 |
-
image_url =
|
| 261 |
print("img_url",image_url)
|
| 262 |
if image_url == None:
|
| 263 |
print("here44444")
|
| 264 |
-
image_url = "https://
|
| 265 |
transformed = agents.linkedin_transform(title, description)
|
| 266 |
|
| 267 |
text = f"{transformed['new_title']} {transformed['new_description']}"
|
|
|
|
| 257 |
description = entry.get('description', entry.get('summary', ''))
|
| 258 |
print("desc",description)
|
| 259 |
print(type(description))
|
| 260 |
+
image_url = "https://youtube.com/playlist?list=PLacDrP-7Ys6IsnPRN0ToTfjH8gQ4s6mL9&si=shb65ODGWXhcG1wq"
|
| 261 |
print("img_url",image_url)
|
| 262 |
if image_url == None:
|
| 263 |
print("here44444")
|
| 264 |
+
image_url = "https://youtube.com/playlist?list=PLacDrP-7Ys6IsnPRN0ToTfjH8gQ4s6mL9&si=shb65ODGWXhcG1wq"
|
| 265 |
transformed = agents.linkedin_transform(title, description)
|
| 266 |
|
| 267 |
text = f"{transformed['new_title']} {transformed['new_description']}"
|