svjack commited on
Commit
dd470cd
1 Parent(s): 58e558d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -36,6 +36,13 @@ Once the repository is cloned and dependencies are installed, you can proceed to
36
  ```bash
37
  python gradio_app.py
38
  ```
 
 
 
 
 
 
 
39
 
40
  ## Contributing
41
  If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
 
36
  ```bash
37
  python gradio_app.py
38
  ```
39
+ - OR
40
+ ```bash
41
+ python run_videos.py --image_dir xingqiu_images --prompt "" --steps 50 --cfg_scale 3.0 --eta 1.0 --fs 3 --seed 123
42
+ ```
43
+
44
+
45
+ <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/634dffc49b777beec3bc6448/ML2bDmu64_OIBGqhV7IeX.mp4"></video>
46
 
47
  ## Contributing
48
  If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.