You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/root/miniconda3/envs/video-retalking/lib/python3.10/shutil.py", line 816, in move
os.rename(src, real_dst)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/gradio/***/4.mp4' -> 'temp/video/4.mp4'
The text was updated successfully, but these errors were encountered:
In other words
Inside the main directory
make dir "temp"
inside "Temp"
make dir "video"
make dir "audio"
copy videos and audio files inside respective folders
error log is :
File "/root/miniconda3/envs/video-retalking/lib/python3.10/shutil.py", line 816, in move
os.rename(src, real_dst)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/gradio/***/4.mp4' -> 'temp/video/4.mp4'
The text was updated successfully, but these errors were encountered: