import gradio as gr # 인터페이스를 로드합니다. 이는 사전에 Gradio Hub에 등록된 모델을 가리킵니다. iface = gr.Interface.load("models/goofyai/3d_render_style_xl") # 인터페이스를 실행합니다. iface.launch()