Spaces:
Running
Running
Commit
·
b0dea5d
1
Parent(s):
feb4121
minor seed
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ CSS = """
|
|
| 87 |
DEFAULT_TEXT = "A person is "
|
| 88 |
|
| 89 |
def generate(
|
| 90 |
-
text, uid, motion_length=0, seed=
|
| 91 |
):
|
| 92 |
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}"')
|
| 93 |
datas = []
|
|
|
|
| 87 |
DEFAULT_TEXT = "A person is "
|
| 88 |
|
| 89 |
def generate(
|
| 90 |
+
text, uid, motion_length=0, seed=10107, repeat_times=4,
|
| 91 |
):
|
| 92 |
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}"')
|
| 93 |
datas = []
|