SameerArz commited on
Commit
9b16242
·
verified ·
1 Parent(s): d1055a8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio==4.19.2 # Gradio for the UI
2
- groq==0.4.0 # Groq API client (ensure compatibility with your API key)
3
- moviepy==1.0.3 # For text-to-video generation
4
- numpy==1.26.4 # Dependency for moviepy and general use
5
- pillow==10.2.0 # For image processing (used by Gradio and moviepy)
6
- requests==2.31.0 # For HTTP requests (used by Groq and potentially Gradio)
 
1
+ gradio==4.19.2
2
+ groq>=0.4.0 # Allow updates to the latest compatible version
3
+ moviepy==1.0.3
4
+ numpy==1.26.4
5
+ pillow==10.2.0
6
+ requests==2.31.0