Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -99,8 +99,8 @@ def segment_and_overlay(image, points, sam_predictor):
|
|
99 |
|
100 |
@spaces.GPU(duration=200)
|
101 |
def image_to_3d(
|
102 |
-
images:
|
103 |
-
masks:
|
104 |
seed: int,
|
105 |
ss_guidance_strength: float,
|
106 |
ss_sampling_steps: int,
|
|
|
99 |
|
100 |
@spaces.GPU(duration=200)
|
101 |
def image_to_3d(
|
102 |
+
images: np.ndarray,
|
103 |
+
masks: np.ndarray,
|
104 |
seed: int,
|
105 |
ss_guidance_strength: float,
|
106 |
ss_sampling_steps: int,
|