saima730 commited on
Commit
dc8f302
1 Parent(s): f673178

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -11
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
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.