Spaces:
Running
Running
temptrip
commited on
Commit
·
8da761a
1
Parent(s):
e1c833d
init
Browse files
util.py
CHANGED
|
@@ -57,8 +57,8 @@ def create_task_v3(task_type, text, word_num, is_rewrite):
|
|
| 57 |
}
|
| 58 |
print(url)
|
| 59 |
data = {
|
| 60 |
-
"video_template":
|
| 61 |
-
"speaker_template": "
|
| 62 |
"text": text,
|
| 63 |
"word_num": word_num,
|
| 64 |
"is_rewrite": False,
|
|
|
|
| 57 |
}
|
| 58 |
print(url)
|
| 59 |
data = {
|
| 60 |
+
"video_template": "",
|
| 61 |
+
"speaker_template": "https://www.trumpaivoice.net/SelfitAssert/Heygem/Trump/trump_shot01.MP3",
|
| 62 |
"text": text,
|
| 63 |
"word_num": word_num,
|
| 64 |
"is_rewrite": False,
|