import gradio as gr from demo_gradio import FramePackDemo demo = FramePackDemo().demo if __name__ == "__main__": demo.launch()