Spaces:
Runtime error
Runtime error
Update app_t.py
Browse files
app_t.py
CHANGED
@@ -29,7 +29,7 @@ class CloneProgress(RemoteProgress):
|
|
29 |
|
30 |
git_root='home/user/app/clipseg1'
|
31 |
print('Cloning into %s' % git_root)
|
32 |
-
git.Repo.clone_from('https://github.com/ThereforeGames/txt2mask
|
33 |
branch='master', progress=CloneProgress())
|
34 |
|
35 |
#-------------
|
|
|
29 |
|
30 |
git_root='home/user/app/clipseg1'
|
31 |
print('Cloning into %s' % git_root)
|
32 |
+
git.Repo.clone_from('https://github.com/ThereforeGames/txt2mask.git', git_root,
|
33 |
branch='master', progress=CloneProgress())
|
34 |
|
35 |
#-------------
|