Commit
Β·
df75949
1
Parent(s):
823b045
Refactor dataset migration tool configuration in README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π2οΈβ£π€
|
4 |
colorFrom: green
|
5 |
colorTo: gray
|
@@ -10,8 +10,8 @@ pinned: false
|
|
10 |
python_version: 3.11.6
|
11 |
hf_oauth: true
|
12 |
hf_oauth_scopes:
|
13 |
-
- write-repos
|
14 |
-
- manage-repos
|
15 |
---
|
16 |
|
17 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Dataset Migrator
|
3 |
emoji: π2οΈβ£π€
|
4 |
colorFrom: green
|
5 |
colorTo: gray
|
|
|
10 |
python_version: 3.11.6
|
11 |
hf_oauth: true
|
12 |
hf_oauth_scopes:
|
13 |
+
- write-repos
|
14 |
+
- manage-repos
|
15 |
---
|
16 |
|
17 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|