Instructions to use videophysics/videocon_physics with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use videophysics/videocon_physics with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("videophysics/videocon_physics", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card with metadata and links
#2
by nielsr HF Staff - opened
This PR enhances the model card by:
- Adding the
pipeline_tag: text-to-videoto improve discoverability on the Hugging Face model hub. - Specifying the
library_name: transformersgiven the model's configuration files. - Including links to the paper, project website, and GitHub repository.