Spaces:
Running
Running
MeYourHint
commited on
Commit
·
ae427bb
1
Parent(s):
bb8db0f
Minor
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ DEFAULT_TEXT = "A person is "
|
|
83 |
def generate(
|
84 |
text, uid, motion_length=0, seed=351540, repeat_times=4,
|
85 |
):
|
86 |
-
os.system(f'python gen_t2m.py --gpu_id 0 --seed {seed} --ext {uid} --repeat_times {repeat_times} --motion_length {motion_length} --text_prompt {text}')
|
87 |
datas = []
|
88 |
for n in range(repeat_times):
|
89 |
data_unit = {
|
|
|
83 |
def generate(
|
84 |
text, uid, motion_length=0, seed=351540, repeat_times=4,
|
85 |
):
|
86 |
+
os.system(f'python gen_t2m.py --gpu_id 0 --seed {seed} --ext {uid} --repeat_times {repeat_times} --motion_length {motion_length} --text_prompt "{text}"')
|
87 |
datas = []
|
88 |
for n in range(repeat_times):
|
89 |
data_unit = {
|