rlawjdghek commited on
Commit
107d5d9
β€’
1 Parent(s): d361875

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- import spaces
2
  import os
3
  import sys
4
  import time
@@ -87,7 +87,7 @@ def stable_viton_model_hd(
87
  pil_output = Image.fromarray(output)
88
  return pil_output
89
 
90
- @spaces.GPU # TODO: turn on when final upload
91
  @torch.no_grad()
92
  def process_hd(vton_img, garm_img, n_steps):
93
  model_type = 'hd'
 
1
+ # import spaces
2
  import os
3
  import sys
4
  import time
 
87
  pil_output = Image.fromarray(output)
88
  return pil_output
89
 
90
+ # @spaces.GPU # TODO: turn on when final upload
91
  @torch.no_grad()
92
  def process_hd(vton_img, garm_img, n_steps):
93
  model_type = 'hd'