Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,6 +69,7 @@ from PyPDF2 import PdfReader
|
|
| 69 |
#from huggingface_hub import HfApi
|
| 70 |
import io
|
| 71 |
from huggingface_hub import Repository
|
|
|
|
| 72 |
|
| 73 |
#api = HfApi()
|
| 74 |
#device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
|
|
|
| 69 |
#from huggingface_hub import HfApi
|
| 70 |
import io
|
| 71 |
from huggingface_hub import Repository
|
| 72 |
+
from git import repo
|
| 73 |
|
| 74 |
#api = HfApi()
|
| 75 |
#device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|