Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def step3_normals(state):
|
|
120 |
return "✅ Step 3: Normals inference complete", video, state
|
121 |
|
122 |
# Step 4: UV map inference → uv map video
|
123 |
-
@
|
124 |
def step4_uv_map(state):
|
125 |
session_id = state["session_id"]
|
126 |
base_dir = state["base_dir"]
|
|
|
120 |
return "✅ Step 3: Normals inference complete", video, state
|
121 |
|
122 |
# Step 4: UV map inference → uv map video
|
123 |
+
@spaces.GPU()
|
124 |
def step4_uv_map(state):
|
125 |
session_id = state["session_id"]
|
126 |
base_dir = state["base_dir"]
|