Shreyas Daniel Gaddam

Results 3 comments of Shreyas Daniel Gaddam

@ontocord there's a pip package [youtube-transcript-api](https://pypi.org/project/youtube-transcript-api/) which lets us fetch the transcript of a video along with time stamps.

the error is 403 Client Error: Forbidden for url. To fix this go to [CompVis/stable-diffusion-v1-4](https://huggingface.co/CompVis/stable-diffusion-v1-4) and accept the model license agreement and then it'll work

hi @arielshaulov, thank you for checking out my work. For 'past_key_values' implementation, I'd recommend going through the HF implementation of GPT2: [modeling_gpt2.py](https://github.com/huggingface/transformers/blob/main/src/transformers/models/gpt2/modeling_gpt2.py) Another way to construct this VLM is to...