Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -260,7 +260,7 @@ EXAMPLE_PROMPTS = [
|
|
| 260 |
"A black and white animation-style video of a panda drinking coffee in a cozy café in Paris. The panda is sitting at a small round table with a steaming cup of coffee in front of it. It holds the cup delicately with its paw, sipping slowly with a relaxed and content expression.",
|
| 261 |
]
|
| 262 |
|
| 263 |
-
with gr.Blocks(
|
| 264 |
with gr.Column(elem_id="col-container"):
|
| 265 |
gr.Markdown(
|
| 266 |
"# Echo-Infinity: Real-Time Infinite Video Generation\n"
|
|
@@ -317,4 +317,4 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=CSS) as demo:
|
|
| 317 |
outputs=[output_video, status, seed],
|
| 318 |
)
|
| 319 |
|
| 320 |
-
demo.launch(mcp_server=True)
|
|
|
|
| 260 |
"A black and white animation-style video of a panda drinking coffee in a cozy café in Paris. The panda is sitting at a small round table with a steaming cup of coffee in front of it. It holds the cup delicately with its paw, sipping slowly with a relaxed and content expression.",
|
| 261 |
]
|
| 262 |
|
| 263 |
+
with gr.Blocks() as demo:
|
| 264 |
with gr.Column(elem_id="col-container"):
|
| 265 |
gr.Markdown(
|
| 266 |
"# Echo-Infinity: Real-Time Infinite Video Generation\n"
|
|
|
|
| 317 |
outputs=[output_video, status, seed],
|
| 318 |
)
|
| 319 |
|
| 320 |
+
demo.launch(mcp_server=True, theme=gr.themes.Citrus(), css=CSS)
|