Spaces:
Paused
Paused
Abid
commited on
Commit
·
12ef30f
1
Parent(s):
24b0f2a
DVC added and working webapp with inference
Browse files- Aptfile → app/Aptfile +0 -0
- requirements.txt +3 -3
Aptfile → app/Aptfile
RENAMED
File without changes
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
-
|
3 |
fastai
|
4 |
torch==1.10.2+cpu
|
5 |
#h5py
|
@@ -9,7 +9,7 @@ torch==1.10.2+cpu
|
|
9 |
#scikit-learn
|
10 |
#dagshub
|
11 |
#tables
|
12 |
-
|
13 |
gradio
|
14 |
-
|
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
|
|
|
9 |
#scikit-learn
|
10 |
#dagshub
|
11 |
#tables
|
12 |
+
fastapi
|
13 |
gradio
|
14 |
+
uvicorn
|
15 |
jinja2
|