Shubham89 commited on
Commit
28ee0c4
1 Parent(s): c21f15b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import huggingface_hub
6
  from huggingface_hub import Repository
7
  from datetime import datetime
8
 
9
- os.system('git config --local user.name "Shubham89"')
10
- os.system('git config --local user.email "shubhamverma.sky@gmail.com"')
11
 
12
  os.system('git config --list')
13
 
 
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 "shubhamverma.sky@gmail.com"')
11
 
12
  os.system('git config --list')
13