Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
import spaces
|
2 |
import gradio as gr
|
3 |
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import spaces
|
2 |
import gradio as gr
|
3 |
|
4 |
+
@spaces.GPU()
|
5 |
+
def get_model_path():
|
6 |
+
return "models/Spanicin/Fulcrum_Aura3"
|
7 |
+
|
8 |
+
model_path = get_model_path()
|
9 |
+
gr.load(model_path).launch()
|