Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,8 +6,9 @@ import huggingface_hub
|
|
| 6 |
from huggingface_hub import Repository
|
| 7 |
from datetime import datetime
|
| 8 |
|
| 9 |
-
os.system('git config --global user.email "[email protected]"')
|
| 10 |
os.system('git config --global user.name "Shubham89"')
|
|
|
|
|
|
|
| 11 |
os.system('git config --list')
|
| 12 |
|
| 13 |
DATASET_REPO_URL = "https://huggingface.co/datasets/Shubham89/Meshworks-datasets"
|
|
|
|
| 6 |
from huggingface_hub import Repository
|
| 7 |
from datetime import datetime
|
| 8 |
|
|
|
|
| 9 |
os.system('git config --global user.name "Shubham89"')
|
| 10 |
+
os.system('git config --global user.email "[email protected]"')
|
| 11 |
+
|
| 12 |
os.system('git config --list')
|
| 13 |
|
| 14 |
DATASET_REPO_URL = "https://huggingface.co/datasets/Shubham89/Meshworks-datasets"
|