Spaces:
Runtime error
Runtime error
kleinhe
commited on
Commit
·
2a52ce8
1
Parent(s):
9ae6df4
update
Browse files- app.py +1 -1
- scripts/tada_goole.sh +1 -0
app.py
CHANGED
@@ -30,7 +30,7 @@ def prepare():
|
|
30 |
if not os.path.exists("tada-extend"):
|
31 |
import subprocess
|
32 |
import platform
|
33 |
-
command = "bash scripts/
|
34 |
subprocess.call(command, shell=platform.system() != 'Windows')
|
35 |
|
36 |
def demo(prompt, mode, condition, render_mode="joints", skip_steps=0, out_size=1024, tada_role=None):
|
|
|
30 |
if not os.path.exists("tada-extend"):
|
31 |
import subprocess
|
32 |
import platform
|
33 |
+
command = "bash scripts/tada_goole.sh"
|
34 |
subprocess.call(command, shell=platform.system() != 'Windows')
|
35 |
|
36 |
def demo(prompt, mode, condition, render_mode="joints", skip_steps=0, out_size=1024, tada_role=None):
|
scripts/tada_goole.sh
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
gdown https://drive.google.com/uc?id=1O-2pfMz-6b5fFk2Ju1GsLzsg7HZkTTeQ
|
2 |
unzip tada-extend.zip
|
|
|
|
1 |
gdown https://drive.google.com/uc?id=1O-2pfMz-6b5fFk2Ju1GsLzsg7HZkTTeQ
|
2 |
unzip tada-extend.zip
|
3 |
+
rm tada-extend.zip
|