Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,11 +60,11 @@ def generate_video(
|
|
60 |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
61 |
# 4. Build the Gradio interface with interactive controls
|
62 |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
63 |
-
with gr.Blocks(title="
|
64 |
gr.Markdown(
|
65 |
"""
|
66 |
-
# ποΈ
|
67 |
-
Generate
|
68 |
Adjust inference steps, frame count, fps, and resolution below.
|
69 |
"""
|
70 |
)
|
@@ -72,7 +72,6 @@ with gr.Blocks(title="CogVideoX TextβtoβVideo Demo") as demo:
|
|
72 |
with gr.Column():
|
73 |
prompt_input = gr.Textbox(
|
74 |
label="Prompt",
|
75 |
-
placeholder="e.g., A futuristic city at dawn",
|
76 |
lines=2
|
77 |
)
|
78 |
steps_slider = gr.Slider(
|
|
|
60 |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
61 |
# 4. Build the Gradio interface with interactive controls
|
62 |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
63 |
+
with gr.Blocks(title="Textual Imagination: A text to video systhesis") as demo:
|
64 |
gr.Markdown(
|
65 |
"""
|
66 |
+
# ποΈ Textual Imagination: A text to video systhesis
|
67 |
+
Generate videos from text prompt.
|
68 |
Adjust inference steps, frame count, fps, and resolution below.
|
69 |
"""
|
70 |
)
|
|
|
72 |
with gr.Column():
|
73 |
prompt_input = gr.Textbox(
|
74 |
label="Prompt",
|
|
|
75 |
lines=2
|
76 |
)
|
77 |
steps_slider = gr.Slider(
|