Spaces:
Runtime error
Runtime error
Commit
·
333de72
1
Parent(s):
e2a98a8
fix spelling error
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ git.Repo.clone_from("https://huggingface.co/timroelofs123/face_re-aging", "./hf"
|
|
8 |
git.Repo.clone_from("https://github.com/timroelofs123/face_reaging", "./fr")
|
9 |
|
10 |
shutil.move('./fr/assets', '.')
|
11 |
-
shutil.move('./fr/
|
12 |
shutil.move('./fr/scripts', '.')
|
13 |
shutil.move('./fr/utils', '.')
|
14 |
|
|
|
8 |
git.Repo.clone_from("https://github.com/timroelofs123/face_reaging", "./fr")
|
9 |
|
10 |
shutil.move('./fr/assets', '.')
|
11 |
+
shutil.move('./fr/model', '.')
|
12 |
shutil.move('./fr/scripts', '.')
|
13 |
shutil.move('./fr/utils', '.')
|
14 |
|