jamesliu1217 commited on
Commit
2b43992
·
verified ·
1 Parent(s): a1a7c25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -25,7 +25,6 @@ class ImageProcessor:
25
  for name, attn_processor in transformer.attn_processors.items():
26
  attn_processor.bank_kv.clear()
27
 
28
- @spaces.GPU()
29
  def process_image(self, prompt='', subject_imgs=[], spatial_imgs=[], height=768, width=768, output_path=None, seed=42):
30
  image = self.pipe(
31
  prompt,
 
25
  for name, attn_processor in transformer.attn_processors.items():
26
  attn_processor.bank_kv.clear()
27
 
 
28
  def process_image(self, prompt='', subject_imgs=[], spatial_imgs=[], height=768, width=768, output_path=None, seed=42):
29
  image = self.pipe(
30
  prompt,