Spanicin's picture
Update app.py
a784381 verified
raw
history blame contribute delete
No virus
173 Bytes
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()