Spaces:
Paused
Paused
Abid
commited on
Commit
·
0980c4c
1
Parent(s):
a41e317
requrement corrected
Browse files- Dockerfile +3 -3
- heroku.yml +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ COPY /examples /examples
|
|
13 |
|
14 |
COPY setup.sh setup.sh
|
15 |
|
16 |
-
|
17 |
-
|
18 |
|
19 |
-
|
|
|
13 |
|
14 |
COPY setup.sh setup.sh
|
15 |
|
16 |
+
ENV GRADIO_SERVER_NAME=0.0.0.0
|
17 |
+
ENV GRADIO_SERVER_PORT="$PORT"
|
18 |
|
19 |
+
CMD python /app/app_savta.py
|
heroku.yml
CHANGED
@@ -2,4 +2,4 @@ build:
|
|
2 |
docker:
|
3 |
web: Dockerfile
|
4 |
run:
|
5 |
-
web:
|
|
|
2 |
docker:
|
3 |
web: Dockerfile
|
4 |
run:
|
5 |
+
web: python /app/app_savta.py
|