import spaces import gradio as gr @spaces.GPU() def get_model_path(): return "models/Spanicin/Fulcrum_Aura3" model_path = get_model_path() gr.load(model_path).launch()