jkorstad commited on
Commit
cf7d097
Β·
verified Β·
1 Parent(s): 6fbb014

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ multi_view_diffusion_pipeline = DiffusionPipeline.from_pretrained(
13
  trust_remote_code=True,
14
  ).to("cuda")
15
 
16
- @spaces.GPU(duration=120)
17
  def run(image):
18
  image = np.array(image, dtype=np.float32) / 255.0
19
  images = multi_view_diffusion_pipeline(
 
13
  trust_remote_code=True,
14
  ).to("cuda")
15
 
16
+ # @spaces.GPU(duration=120)
17
  def run(image):
18
  image = np.array(image, dtype=np.float32) / 255.0
19
  images = multi_view_diffusion_pipeline(