Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -233,6 +233,7 @@ def run_query(video_id, text_query, path='/tmp'):
|
|
| 233 |
return clip_images, transcripts
|
| 234 |
|
| 235 |
|
|
|
|
| 236 |
def get_video_id_from_url(video_url):
|
| 237 |
"""
|
| 238 |
Examples:
|
|
|
|
| 233 |
return clip_images, transcripts
|
| 234 |
|
| 235 |
|
| 236 |
+
#https://stackoverflow.com/a/7936523
|
| 237 |
def get_video_id_from_url(video_url):
|
| 238 |
"""
|
| 239 |
Examples:
|