Spaces:
Build error
Build error
Create requirement.txt
Browse files- requirement.txt +1 -6
requirement.txt
CHANGED
@@ -1,12 +1,7 @@
|
|
1 |
-
requirements = '''
|
2 |
gradio
|
3 |
tensorflow
|
4 |
torch
|
5 |
opencv-python
|
6 |
moviepy
|
7 |
textblob
|
8 |
-
deepface
|
9 |
-
'''
|
10 |
-
|
11 |
-
with open("requirements.txt", "w") as f:
|
12 |
-
f.write(requirements)
|
|
|
|
|
1 |
gradio
|
2 |
tensorflow
|
3 |
torch
|
4 |
opencv-python
|
5 |
moviepy
|
6 |
textblob
|
7 |
+
deepface
|
|
|
|
|
|
|
|