Spaces:
Runtime error
Runtime error
jacklangerman
commited on
Commit
•
e923e2b
1
Parent(s):
e8074a5
cookies
Browse files- .DS_Store +0 -0
- requirements.txt +1 -1
- tok2text.py +1 -1
.DS_Store
DELETED
Binary file (6.15 kB)
|
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
openai
|
2 |
-
pyktok
|
3 |
browser_cookie3
|
4 |
moviepy
|
5 |
beautifulsoup4
|
|
|
1 |
openai
|
2 |
+
git+https://github.com/JackLangerman/pyktok.git
|
3 |
browser_cookie3
|
4 |
moviepy
|
5 |
beautifulsoup4
|
tok2text.py
CHANGED
@@ -116,7 +116,7 @@ def extract_recipe(tiktok_url):
|
|
116 |
def main():
|
117 |
# tiktok_url = "https://www.tiktok.com/@emmaaaaaaam_/video/7348493781961886981"
|
118 |
tiktok_url = "https://www.tiktok.com/t/ZTLjYBSpt/"
|
119 |
-
formatted_recipe, formatted_recipe_path = extract_recipe(tiktok_url)
|
120 |
|
121 |
print("Formatted Recipe:")
|
122 |
print(formatted_recipe)
|
|
|
116 |
def main():
|
117 |
# tiktok_url = "https://www.tiktok.com/@emmaaaaaaam_/video/7348493781961886981"
|
118 |
tiktok_url = "https://www.tiktok.com/t/ZTLjYBSpt/"
|
119 |
+
formatted_recipe, formatted_recipe_path, transcript_path = extract_recipe(tiktok_url)
|
120 |
|
121 |
print("Formatted Recipe:")
|
122 |
print(formatted_recipe)
|