Spaces:
Runtime error
Runtime error
root
commited on
Commit
•
7568bf3
1
Parent(s):
12deb01
add dependency
Browse files- .gitattributes +0 -0
- README.md +0 -0
- app.py +1 -4
- requirements.txt +4 -0
.gitattributes
CHANGED
File without changes
|
README.md
CHANGED
File without changes
|
app.py
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
import os
|
2 |
import sys
|
3 |
import gradio as gr
|
4 |
-
|
5 |
-
os.system("pip install -r requirements.txt")
|
6 |
-
except Exception as e:
|
7 |
-
print(e)
|
8 |
|
9 |
sys.path.insert(0, '.')
|
10 |
|
|
|
1 |
import os
|
2 |
import sys
|
3 |
import gradio as gr
|
4 |
+
|
|
|
|
|
|
|
5 |
|
6 |
sys.path.insert(0, '.')
|
7 |
|
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
mmcv
|
2 |
matplotlib==3.3.1
|
3 |
torch==1.7.1
|
|
|
|
|
|
|
|
|
4 |
git+https://github.com/openai/CLIP.git
|
|
|
1 |
mmcv
|
2 |
matplotlib==3.3.1
|
3 |
torch==1.7.1
|
4 |
+
scipy
|
5 |
+
tqdm
|
6 |
+
opencv-python
|
7 |
+
spacy
|
8 |
git+https://github.com/openai/CLIP.git
|