Spaces:
Runtime error
Runtime error
Commit
·
134c118
1
Parent(s):
a7cdd19
Update components/pexels.py
Browse files- components/pexels.py +1 -1
components/pexels.py
CHANGED
@@ -4,7 +4,7 @@ import datetime
|
|
4 |
import torch
|
5 |
import soundfile as SF
|
6 |
|
7 |
-
from custom_llm import custom_chain
|
8 |
|
9 |
# Searching for the videos
|
10 |
def search_pexels(keyword, api_key, orientation='potrait', size='medium', endpoint='videos', num_pages=50, pages=4):
|
|
|
4 |
import torch
|
5 |
import soundfile as SF
|
6 |
|
7 |
+
from components.custom_llm import custom_chain
|
8 |
|
9 |
# Searching for the videos
|
10 |
def search_pexels(keyword, api_key, orientation='potrait', size='medium', endpoint='videos', num_pages=50, pages=4):
|