Instructions to use Kalaphant/KalaVids with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kalaphant/KalaVids with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Kalaphant/KalaVids", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,6 @@ metrics:
|
|
| 7 |
- accuracy
|
| 8 |
library_name: transformers
|
| 9 |
pipeline_tag: text-to-video
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
| 7 |
- accuracy
|
| 8 |
library_name: transformers
|
| 9 |
pipeline_tag: text-to-video
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
Hello! This is Kalaphant's AI Video Gen tool.
|