# Import spaces first # Then other modules import gradio as gr from gradio_vton_app import create_demo # Create and launch the demo if __name__ == "__main__": demo = create_demo() demo.launch()