SameerArz commited on
Commit
edfd146
·
verified ·
1 Parent(s): d2c597b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -12
requirements.txt CHANGED
@@ -1,12 +1,6 @@
1
- streamlit==1.31.0
2
- gradio-client==1.3.0
3
- groq==0.9.0
4
- pillow==10.4.0
5
- moviepy==1.0.3
6
- natsort==8.4.0
7
- pydantic==2.9.2
8
- langgraph==0.2.23
9
- langchain-groq==0.2.0
10
- langchain-core==0.3.5
11
- python-dotenv==1.0.1
12
- ffmpeg-python==0.2.0
 
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)