Spaces:
Paused
Paused
Abid
commited on
Commit
·
a5f7c39
1
Parent(s):
12ef30f
DVC added and working webapp with inference
Browse files- app/app_savta.py +1 -1
- requirements.txt +1 -1
app/app_savta.py
CHANGED
@@ -9,7 +9,7 @@ import gradio as gr
|
|
9 |
|
10 |
PROD_MODEL_PATH = "src/models"
|
11 |
TRAIN_PATH = "src/data/processed/train/bathroom"
|
12 |
-
TEST_PATH = "
|
13 |
|
14 |
if "DYNO" in os.environ and os.path.isdir(".dvc"):
|
15 |
print("Running DVC")
|
|
|
9 |
|
10 |
PROD_MODEL_PATH = "src/models"
|
11 |
TRAIN_PATH = "src/data/processed/train/bathroom"
|
12 |
+
TEST_PATH = "src/data/processed/test/bathroom"
|
13 |
|
14 |
if "DYNO" in os.environ and os.path.isdir(".dvc"):
|
15 |
print("Running DVC")
|
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ fastai
|
|
4 |
torch==1.10.2+cpu
|
5 |
#h5py
|
6 |
#opencv-python-headless
|
7 |
-
|
8 |
#numpy
|
9 |
#scikit-learn
|
10 |
#dagshub
|
|
|
4 |
torch==1.10.2+cpu
|
5 |
#h5py
|
6 |
#opencv-python-headless
|
7 |
+
tqdm
|
8 |
#numpy
|
9 |
#scikit-learn
|
10 |
#dagshub
|