alexnasa commited on
Commit
3bae1a7
·
verified ·
1 Parent(s): 79383ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- @space.GPU()
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"]