svjack commited on
Commit
cc1785d
·
verified ·
1 Parent(s): c5c0177

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -380,7 +380,7 @@ To enhance the animation using RIFE (Real-Time Intermediate Flow Estimation):
380
 
381
  ```bash
382
  git clone https://github.com/svjack/Practical-RIFE && cd Practical-RIFE && pip install -r requirements.txt
383
- python inference_video.py --multi=128 --video=zhongli_animation_im2im.mp4
384
  ```
385
 
386
  ```python
 
380
 
381
  ```bash
382
  git clone https://github.com/svjack/Practical-RIFE && cd Practical-RIFE && pip install -r requirements.txt
383
+ python inference_video.py --multi=128 --video=../zhongli_animation_im2im.mp4
384
  ```
385
 
386
  ```python