Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	File size: 552 Bytes
			
			| ab298fb 6b720a2 ab298fb 6b720a2 a2c2acd ab298fb a2c2acd ab298fb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | import replicate_gradio
from utils import get_app
demo = get_app(
    models=[
        "black-forest-labs/flux-depth-pro",
        "black-forest-labs/flux-canny-pro",
        "black-forest-labs/flux-fill-pro",
        "black-forest-labs/flux-depth-dev",
        "tencent/hunyuan-video:140176772be3b423d14fdaf5403e6d4e38b85646ccad0c3fd2ed07c211f0cad1",
    ],
    default_model="tencent/hunyuan-video:140176772be3b423d14fdaf5403e6d4e38b85646ccad0c3fd2ed07c211f0cad1",
    src=replicate_gradio.registry,
)
if __name__ == "__main__":
    demo.launch()
 | 
