Spaces:
Runtime error
Runtime error
Update t2v_video_app.py
Browse files- t2v_video_app.py +2 -2
t2v_video_app.py
CHANGED
@@ -215,8 +215,8 @@ def generate_video(uploaded_video, motion_representation_save_dir, generated_vid
|
|
215 |
# 使用 Gradio Blocks 构建界面
|
216 |
with gr.Blocks() as demo:
|
217 |
# 页面标题和描述
|
218 |
-
gr.Markdown("# Text-to-Video Generation")
|
219 |
-
gr.Markdown("This tool allows you to generate videos from text prompts using a pre-trained model. Upload a video, provide a new prompt, and adjust the settings to create your custom video.")
|
220 |
|
221 |
# 主要输入区域
|
222 |
with gr.Row():
|
|
|
215 |
# 使用 Gradio Blocks 构建界面
|
216 |
with gr.Blocks() as demo:
|
217 |
# 页面标题和描述
|
218 |
+
gr.Markdown("# MotionClone-Text-to-Video Generation")
|
219 |
+
gr.Markdown("This tool allows you to generate videos from text prompts using a pre-trained model. Upload a motion reference video, provide a new prompt, and adjust the settings to create your custom video.")
|
220 |
|
221 |
# 主要输入区域
|
222 |
with gr.Row():
|