Ruben Gres commited on
Commit
6502015
2 Parent(s): c5f108b 775e33a
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +4 -4
Dockerfile CHANGED
@@ -10,6 +10,6 @@ ENV HOME=/home/user \
10
  GRADIO_PORT=8000 \
11
  URL_GRADIO=https://localhost:8000/
12
 
13
- COPY ./static/ ./
14
 
15
  CMD ["python", "main.py"]
 
10
  GRADIO_PORT=8000 \
11
  URL_GRADIO=https://localhost:8000/
12
 
13
+ COPY . .
14
 
15
  CMD ["python", "main.py"]
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
  title: Drawing2Map
3
- emoji: 🌍
4
- colorFrom: red
5
- colorTo: red
6
  sdk: docker
7
- pinned: false
8
  ---
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: Drawing2Map
3
+ emoji: 🎨
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: docker
7
+ pinned: true
8
  ---
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference