Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AI Video Generation App
|
| 2 |
|
| 3 |
Generate videos from text prompts using AI models.
|
|
@@ -13,4 +24,4 @@ Generate videos from text prompts using AI models.
|
|
| 13 |
1. Clone repository:
|
| 14 |
```bash
|
| 15 |
git clone https://huggingface.co/spaces/your-username/ai-video-generator
|
| 16 |
-
cd ai-video-generator
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AI VID
|
| 3 |
+
emoji: 🔥
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
license: llama3.3
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 12 |
# AI Video Generation App
|
| 13 |
|
| 14 |
Generate videos from text prompts using AI models.
|
|
|
|
| 24 |
1. Clone repository:
|
| 25 |
```bash
|
| 26 |
git clone https://huggingface.co/spaces/your-username/ai-video-generator
|
| 27 |
+
cd ai-video-generator
|