Spaces:
Sleeping
Sleeping
Update test2.py
Browse files
test2.py
CHANGED
|
@@ -203,7 +203,7 @@ def create_post():
|
|
| 203 |
link = entry.get('link', '')
|
| 204 |
if image_url == None:
|
| 205 |
print("here44444")
|
| 206 |
-
image_url = "https://
|
| 207 |
transformed = agents.linkedin_transform(title, description,link)
|
| 208 |
|
| 209 |
text = f"{transformed['new_title']} {transformed['new_description']}"
|
|
@@ -227,7 +227,7 @@ def create_post():
|
|
| 227 |
link = entry.get('link', '')
|
| 228 |
if image_url == None:
|
| 229 |
print("here44444")
|
| 230 |
-
image_url = "https://
|
| 231 |
|
| 232 |
|
| 233 |
transformed = agents.twitter_transform(title, description,link)
|
|
|
|
| 203 |
link = entry.get('link', '')
|
| 204 |
if image_url == None:
|
| 205 |
print("here44444")
|
| 206 |
+
image_url = "https://youtube.com/playlist?list=PLacDrP-7Ys6IsnPRN0ToTfjH8gQ4s6mL9&si=shb65ODGWXhcG1wq"
|
| 207 |
transformed = agents.linkedin_transform(title, description,link)
|
| 208 |
|
| 209 |
text = f"{transformed['new_title']} {transformed['new_description']}"
|
|
|
|
| 227 |
link = entry.get('link', '')
|
| 228 |
if image_url == None:
|
| 229 |
print("here44444")
|
| 230 |
+
image_url = "https://youtube.com/playlist?list=PLacDrP-7Ys6IsnPRN0ToTfjH8gQ4s6mL9&si=shb65ODGWXhcG1wq"
|
| 231 |
|
| 232 |
|
| 233 |
transformed = agents.twitter_transform(title, description,link)
|