prithivMLmods commited on
Commit
54a70da
·
verified ·
1 Parent(s): 5ade078

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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)