Shubham89 commited on
Commit
e7f4a0e
1 Parent(s): dc93a3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 --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 "[email protected]"')
11
+
12
  os.system('git config --list')
13
 
14
  DATASET_REPO_URL = "https://huggingface.co/datasets/Shubham89/Meshworks-datasets"