Spaces:
Runtime error
Runtime error
Commit ·
3709b46
1
Parent(s): 602c136
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,2 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import os
|
| 2 |
+
token = os.getenv("githubpublictoken")
|
| 3 |
+
|
| 4 |
+
from git import Repo
|
| 5 |
+
Repo.clone_from("https://zubairahmed-ai:"+ token +"@github.com/zubairahmed-ai/IndexFilesWithGPT.git",
|
| 6 |
+
"/repo_directory")
|