Ruben Gres commited on
Commit
c5f108b
1 Parent(s): 761a377

added gradio service inside space

Browse files
Files changed (1) hide show
  1. 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://rgres-drawing2map.hf.space/
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