Spaces:
Running
Running
Added description
Browse files
app.py
CHANGED
@@ -132,6 +132,14 @@ def process_text(text, movie_title, image_size, use_diffusion, num_steps):
|
|
132 |
|
133 |
with gr.Blocks() as demo:
|
134 |
gr.Markdown("# Text-to-Video Generator for YouTubers using AI 🎥")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
text_input = gr.Textbox(label="Enter your text (or leave empty to use a topic)")
|
136 |
topic_input = gr.Textbox(label="Or enter a topic to generate text", placeholder="Example: The Future of AI")
|
137 |
|
|
|
132 |
|
133 |
with gr.Blocks() as demo:
|
134 |
gr.Markdown("# Text-to-Video Generator for YouTubers using AI 🎥")
|
135 |
+
gr.Markdown("""
|
136 |
+
Turn your ideas into engaging videos effortlessly! 🎬
|
137 |
+
Simply upload a text file or enter a topic, and our AI will generate a compelling script for you.
|
138 |
+
The system then brings your script to life by creating relevant images using Stable Diffusion and compiling them into a video.
|
139 |
+
To make your content even more engaging, AI-powered text-to-speech (TTS) is used to generate realistic voice narration for the video.
|
140 |
+
Perfect for content creators looking to streamline their workflow and focus on creativity! 🚀
|
141 |
+
""")
|
142 |
+
|
143 |
text_input = gr.Textbox(label="Enter your text (or leave empty to use a topic)")
|
144 |
topic_input = gr.Textbox(label="Or enter a topic to generate text", placeholder="Example: The Future of AI")
|
145 |
|