Spaces:
Sleeping
Sleeping
Add huggingface hub config to readme
Browse files- .dockerignore +1 -1
- README.txt → README.md +12 -0
.dockerignore
CHANGED
@@ -2,6 +2,6 @@
|
|
2 |
data/
|
3 |
.pytest_cache
|
4 |
.gitignore
|
5 |
-
README.
|
6 |
openapi.yaml
|
7 |
|
|
|
2 |
data/
|
3 |
.pytest_cache
|
4 |
.gitignore
|
5 |
+
README.md
|
6 |
openapi.yaml
|
7 |
|
README.txt → README.md
RENAMED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
`docker log [id]` for logs from the container.
|
2 |
|
3 |
`docker build -t comma-fixer --target test .` for tests
|
|
|
1 |
+
---
|
2 |
+
title: Comma fixer
|
3 |
+
emoji: 🤗
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: docker
|
7 |
+
sdk_version: 20.10.17
|
8 |
+
app_file: app.py
|
9 |
+
pinned: true
|
10 |
+
app_port: 8000
|
11 |
+
---
|
12 |
+
|
13 |
`docker log [id]` for logs from the container.
|
14 |
|
15 |
`docker build -t comma-fixer --target test .` for tests
|