Harshvardhan27
commited on
Commit
•
690ae42
1
Parent(s):
8227ddd
Update README.md
Browse files
README.md
CHANGED
@@ -105,8 +105,8 @@ pipe.enable_vae_slicing()
|
|
105 |
prompt = "Spiderman is surfing. Darth Vader is also surfing and following Spiderman"
|
106 |
video_frames = pipe(prompt, num_inference_steps=25, num_frames=200).frames
|
107 |
|
108 |
-
#
|
109 |
-
video_path = export_to_video(video_frames)
|
110 |
```
|
111 |
|
112 |
|
|
|
105 |
prompt = "Spiderman is surfing. Darth Vader is also surfing and following Spiderman"
|
106 |
video_frames = pipe(prompt, num_inference_steps=25, num_frames=200).frames
|
107 |
|
108 |
+
# convert to video
|
109 |
+
video_path = export_to_video(video_frames[0])
|
110 |
```
|
111 |
|
112 |
|