Spaces:
Configuration error
Configuration error
Create README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,7 @@
|
|
1 |
-
|
2 |
-
title: Videogeneration
|
3 |
-
emoji: 🦀
|
4 |
-
colorFrom: purple
|
5 |
-
colorTo: yellow
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 4.42.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
# RAG-Powered Text-to-Video Generator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
This app uses a RAG model to generate responses from text, converts the response to speech, and creates a video with the generated speech.
|
4 |
+
|
5 |
+
## Usage
|
6 |
+
|
7 |
+
Enter a text into the textbox, and the app will generate a response, convert it to speech, and create a video. You can download the generated audio and video files.
|