Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ import tts
|
|
27 |
|
28 |
|
29 |
|
30 |
-
import spaces
|
31 |
|
32 |
import os
|
33 |
import imageio
|
@@ -176,7 +176,7 @@ def preprocess(input_image, do_remove_background):
|
|
176 |
return input_image
|
177 |
|
178 |
|
179 |
-
@spaces.GPU
|
180 |
def generate_mvs(input_image, sample_steps, sample_seed):
|
181 |
|
182 |
seed_everything(sample_seed)
|
@@ -196,7 +196,7 @@ def generate_mvs(input_image, sample_steps, sample_seed):
|
|
196 |
return z123_image, show_image
|
197 |
|
198 |
|
199 |
-
@spaces.GPU
|
200 |
def make3d(images):
|
201 |
|
202 |
global model
|
|
|
27 |
|
28 |
|
29 |
|
30 |
+
#import spaces
|
31 |
|
32 |
import os
|
33 |
import imageio
|
|
|
176 |
return input_image
|
177 |
|
178 |
|
179 |
+
# @spaces.GPU
|
180 |
def generate_mvs(input_image, sample_steps, sample_seed):
|
181 |
|
182 |
seed_everything(sample_seed)
|
|
|
196 |
return z123_image, show_image
|
197 |
|
198 |
|
199 |
+
# @spaces.GPU
|
200 |
def make3d(images):
|
201 |
|
202 |
global model
|