orderlymirror commited on
Commit
7be2e08
Β·
verified Β·
1 Parent(s): b3e6ffe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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="CogVideoX Text‑to‑Video Demo") as demo:
64
  gr.Markdown(
65
  """
66
- # 🎞️ CogVideoX1.5‑5B Text‑to‑Video
67
- Generate up to 10Β s of video from your prompt.
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(