Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -423,8 +423,8 @@ def video_generation_handler_streaming(prompt, seed=42, fps=15):
|
|
423 |
|
424 |
# --- Gradio UI Layout ---
|
425 |
with gr.Blocks(title="Self-Forcing Streaming Demo") as demo:
|
426 |
-
gr.Markdown("# 🚀
|
427 |
-
gr.Markdown("Real-time video generation with
|
428 |
|
429 |
with gr.Row():
|
430 |
with gr.Column(scale=2):
|
|
|
423 |
|
424 |
# --- Gradio UI Layout ---
|
425 |
with gr.Blocks(title="Self-Forcing Streaming Demo") as demo:
|
426 |
+
gr.Markdown("# 🚀 Pixio Streaming Video Generation")
|
427 |
+
gr.Markdown("Real-time video generation with Pixio), [[Project page]](https://pixio.myapps.ai) )")
|
428 |
|
429 |
with gr.Row():
|
430 |
with gr.Column(scale=2):
|