Commit
β’
0cddd7c
1
Parent(s):
749d1d8
Making a docker space
Browse files- .gitignore +2 -1
- README.md +3 -4
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
.idea/
|
2 |
-
notebooks/.ipynb_checkpoints
|
|
|
|
1 |
.idea/
|
2 |
+
notebooks/.ipynb_checkpoints
|
3 |
+
mylog.log
|
README.md
CHANGED
@@ -3,11 +3,10 @@ title: Reddit Dataset Creator
|
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
-
sdk:
|
7 |
-
|
8 |
-
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license:
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
+
sdk: docker
|
7 |
+
app_port: 7860
|
|
|
8 |
pinned: false
|
9 |
+
license: openrail
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|