Spaces:
Runtime error
Runtime error
Ruben Gres
commited on
Commit
•
c5f108b
1
Parent(s):
761a377
added gradio service inside space
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ ENV HOME=/home/user \
|
|
8 |
PATH=/home/user/.local/bin:$PATH \
|
9 |
D2M_PORT=7860 \
|
10 |
GRADIO_PORT=8000 \
|
11 |
-
URL_GRADIO=https://
|
12 |
|
13 |
COPY ./static/ ./
|
14 |
|
|
|
8 |
PATH=/home/user/.local/bin:$PATH \
|
9 |
D2M_PORT=7860 \
|
10 |
GRADIO_PORT=8000 \
|
11 |
+
URL_GRADIO=https://localhost:8000/
|
12 |
|
13 |
COPY ./static/ ./
|
14 |
|