Shubham89 commited on
Commit
60e2da2
·
1 Parent(s): e7f4a0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import huggingface_hub
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')
 
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')