YuvalNirkin / fsgan

FSGAN - Official PyTorch Implementation
https://nirkin.com/fsgan
Creative Commons Zero v1.0 Universal
749 stars 147 forks source link

Error on Colab #171

Open k128 opened 1 year ago

k128 commented 1 year ago

Running the Installation cell, I get the following error: ModuleNotFoundError Traceback (most recent call last) in 24 25 # Utility functions ---> 26 import ffmpeg 27 28 def encode_audio(video_path, audio_path, output_path):

ModuleNotFoundError: No module named 'ffmpeg'

krisaruz commented 1 year ago

same

krisaruz commented 1 year ago

same

its solved ,use !pip3 install ffmpeg-python