Spaces:
Paused
Paused
Abid
commited on
Commit
·
24b0f2a
1
Parent(s):
d74215e
DVC added and working webapp with inference
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
|
2 |
#dvc
|
3 |
fastai
|
4 |
torch==1.10.2+cpu
|
5 |
#h5py
|
6 |
#opencv-python-headless
|
7 |
-
tqdm
|
8 |
#numpy
|
9 |
#scikit-learn
|
10 |
#dagshub
|
11 |
#tables
|
12 |
-
fastapi
|
13 |
gradio
|
14 |
-
uvicorn
|
15 |
jinja2
|
|
|
1 |
+
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
#dvc
|
3 |
fastai
|
4 |
torch==1.10.2+cpu
|
5 |
#h5py
|
6 |
#opencv-python-headless
|
7 |
+
#tqdm
|
8 |
#numpy
|
9 |
#scikit-learn
|
10 |
#dagshub
|
11 |
#tables
|
12 |
+
#fastapi
|
13 |
gradio
|
14 |
+
#uvicorn
|
15 |
jinja2
|