Sm0kyWu commited on
Commit
45f8aee
Β·
verified Β·
1 Parent(s): a873c6b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: List[np.ndarray],
103
- masks: List[np.ndarray],
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,