Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Spanicin
/
Spanicin-Fulcrum_Aura3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a784381
Spanicin-Fulcrum_Aura3
/
app.py
Spanicin
Update app.py
a784381
verified
6 months ago
raw
Copy download link
history
blame
Safe
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()