Spaces:
Runtime error
Runtime error
mrgeed
Browse files- Dockerfile +1 -1
- 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
|
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:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
-
pinned:
|
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
|