Spaces:
Paused
Paused
Abid
commited on
Commit
β’
476537b
1
Parent(s):
bc71156
From docker to Heroku-20
Browse files
Dockerfile β Docker/Dockerfile
RENAMED
File without changes
|
heroku.yml β Docker/heroku.yml
RENAMED
File without changes
|
requirements_heroku.txt β Docker/requirements_heroku.txt
RENAMED
File without changes
|
requirements.txt
CHANGED
@@ -1,13 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
11 |
fastapi
|
12 |
gradio
|
13 |
-
uvicorn
|
|
|
|
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
|
setup.sh
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
export GRADIO_SERVER_NAME=0.0.0.0
|
2 |
-
export GRADIO_SERVER_PORT="$PORT"
|
|
|
1 |
export GRADIO_SERVER_NAME=0.0.0.0
|
2 |
+
export GRADIO_SERVER_PORT="$PORT"
|