Youtube_summarization / environment.yml
Sayiqa7's picture
Update environment.yml
426a4e5 verified
raw
history blame contribute delete
234 Bytes
name: gradio-env
channels:
- conda-forge
dependencies:
- python=3.10
- gradio
- huggingface-hub
- youtube-transcript-api>=0.6.3
- textblob
- requests
- google-generativeai
- pip:
-youtube-transcript-api>=0.6.3