Spaces:
Runtime error
Runtime error
jacklangerman
commited on
Commit
•
9130d3b
1
Parent(s):
a4ec14c
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,8 @@ demo = gr.Interface(
|
|
20 |
description="Extract and format recipes from TikTok videos.",
|
21 |
examples=[
|
22 |
["https://www.tiktok.com/@emmaaaaaaam_/video/7348493781961886981"],
|
|
|
|
|
23 |
],
|
24 |
allow_flagging="never"
|
25 |
)
|
|
|
20 |
description="Extract and format recipes from TikTok videos.",
|
21 |
examples=[
|
22 |
["https://www.tiktok.com/@emmaaaaaaam_/video/7348493781961886981"],
|
23 |
+
["https://www.tiktok.com/@vanessacooks_/video/7280652972567170346"],
|
24 |
+
["https://www.tiktok.com/@freddsters/video/7027220930124451078?lang=en"]
|
25 |
],
|
26 |
allow_flagging="never"
|
27 |
)
|