Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,9 @@ from huggingface_hub import Repository
|
|
4 |
import os
|
5 |
from pathlib import Path
|
6 |
import csv
|
|
|
|
|
|
|
7 |
|
8 |
# assign directory
|
9 |
|
|
|
4 |
import os
|
5 |
from pathlib import Path
|
6 |
import csv
|
7 |
+
|
8 |
+
git config --global user.name "ppsingh"
|
9 |
+
git config --global user.email "[email protected]"
|
10 |
|
11 |
# assign directory
|
12 |
|