Spaces:
Running
on
Zero
Running
on
Zero
xinjie.wang
commited on
Commit
·
ca605ba
1
Parent(s):
2c282d9
update
Browse files
common.py
CHANGED
@@ -428,7 +428,7 @@ def image_to_3d(
|
|
428 |
|
429 |
return state, video_path
|
430 |
|
431 |
-
|
432 |
@spaces.GPU
|
433 |
def extract_3d_representations(
|
434 |
state: dict, enable_delight: bool, texture_size: int, req: gr.Request
|
|
|
428 |
|
429 |
return state, video_path
|
430 |
|
431 |
+
|
432 |
@spaces.GPU
|
433 |
def extract_3d_representations(
|
434 |
state: dict, enable_delight: bool, texture_size: int, req: gr.Request
|