Spaces:
Running
Running
File size: 381 Bytes
952467c 95c8690 952467c 5bff7c4 95c8690 952467c 95c8690 952467c 95c8690 952467c 8ede33c 952467c 95c8690 8875268 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# Core dependencies gradio==3.50.2 python-dotenv==1.0.0 tqdm==4.66.1 # Video/audio processing (USE THESE EXACT VERSIONS) ffmpeg-python==0.2.0 #moviepy==1.0.3 --only-binary :all: moviepy==2.1.2 imageio==2.31.1 imageio-ffmpeg==0.4.8 # Speech processing assemblyai==0.15.1 gTTS==2.3.2 # Translation deep-translator==1.9.2 pysrt==1.1.2 --only-binary :all: # Utilities loguru==0.7.2 |