Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -659,5 +659,7 @@ with gr.Blocks() as demo:
|
|
| 659 |
cache_examples=False
|
| 660 |
)
|
| 661 |
|
|
|
|
|
|
|
| 662 |
if __name__ == "__main__":
|
| 663 |
demo.launch(css=css, theme=orange_red_theme, ssr_mode=False, mcp_server=True)
|
|
|
|
| 659 |
cache_examples=False
|
| 660 |
)
|
| 661 |
|
| 662 |
+
gr.Markdown("*Note: Higher video durations result in higher GPU usage and increased GPU quota consumption.")
|
| 663 |
+
|
| 664 |
if __name__ == "__main__":
|
| 665 |
demo.launch(css=css, theme=orange_red_theme, ssr_mode=False, mcp_server=True)
|