d335a76 ff39169 a784381
1
2
3
4
5
6
7
8
9
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()