Ruben commited on
Commit
d30cebc
·
1 Parent(s): 775e33a

back to old

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
7
  ENV HOME=/home/user \
8
  PATH=/home/user/.local/bin:$PATH \
9
  PORT=7860 \
10
- URL_GRADIO=https://rgres-drawing2map.hf.space/
11
 
12
  COPY . .
13
 
 
7
  ENV HOME=/home/user \
8
  PATH=/home/user/.local/bin:$PATH \
9
  PORT=7860 \
10
+ URL_GRADIO=https://rgres-drawing2map-api.hf.space/
11
 
12
  COPY . .
13