Spaces:
Runtime error
Runtime error
sliders added
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ def generate_video(prompt,negative_prompt, guidance_scale, num_inference_steps,
|
|
| 58 |
device_map='auto'
|
| 59 |
)
|
| 60 |
generation_args = {
|
| 61 |
-
"max_new_tokens":
|
| 62 |
"return_full_text": False,
|
| 63 |
"temperature": 0.0,
|
| 64 |
"do_sample": False,
|
|
|
|
| 58 |
device_map='auto'
|
| 59 |
)
|
| 60 |
generation_args = {
|
| 61 |
+
"max_new_tokens": 512,
|
| 62 |
"return_full_text": False,
|
| 63 |
"temperature": 0.0,
|
| 64 |
"do_sample": False,
|