WenhaoWang
commited on
Commit
•
b64758f
1
Parent(s):
14741a8
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ def process(text):
|
|
37 |
return text
|
38 |
|
39 |
for i in range(len(num_return_sequences)):
|
40 |
-
|
41 |
```
|
42 |
|
43 |
You will get 10 text-to-video prompts, and you can pick one you like most.
|
|
|
37 |
return text
|
38 |
|
39 |
for i in range(len(num_return_sequences)):
|
40 |
+
print(all_prompts[i]['generated_text'])
|
41 |
```
|
42 |
|
43 |
You will get 10 text-to-video prompts, and you can pick one you like most.
|