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 "shubhamverma.sky@gmail.com"')
|
10 |
os.system('git config --local user.name "Shubham verma"')
|
|
|
|
|
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 --local user.name "Shubham verma"')
|
10 |
+
os.system('git config --global user.email "shubhamverma.sky@gmail.com"')
|
11 |
+
|
12 |
os.system('git config --list')
|
13 |
|
14 |
DATASET_REPO_URL = "https://huggingface.co/datasets/Shubham89/Meshworks-datasets"
|