Spaces:
Runtime error
Runtime error
Commit
·
9c8e754
1
Parent(s):
75b6e6e
txt2video
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ def generate_video(image_path=None, prompt="", negative_prompt="",
|
|
213 |
|
214 |
# Define the Gradio interface with presets
|
215 |
with gr.Blocks() as iface:
|
216 |
-
gr.Markdown("# Video Generation with
|
217 |
|
218 |
with gr.Row():
|
219 |
with gr.Column():
|
|
|
213 |
|
214 |
# Define the Gradio interface with presets
|
215 |
with gr.Blocks() as iface:
|
216 |
+
gr.Markdown("# Video Generation with LTX Video")
|
217 |
|
218 |
with gr.Row():
|
219 |
with gr.Column():
|