Spaces:
Runtime error
Runtime error
Commit
·
9f6e84a
1
Parent(s):
2bcd076
Update components/pexels.py
Browse files- components/pexels.py +1 -0
components/pexels.py
CHANGED
@@ -2,6 +2,7 @@ import requests
|
|
2 |
import shutil,os,re
|
3 |
import datetime
|
4 |
import torch
|
|
|
5 |
|
6 |
# Searching for the videos
|
7 |
def search_pexels(keyword, api_key, orientation='potrait', size='medium', endpoint='videos', num_pages=50):
|
|
|
2 |
import shutil,os,re
|
3 |
import datetime
|
4 |
import torch
|
5 |
+
import soundfile as sf
|
6 |
|
7 |
# Searching for the videos
|
8 |
def search_pexels(keyword, api_key, orientation='potrait', size='medium', endpoint='videos', num_pages=50):
|