AP123 commited on
Commit
94a0a78
·
verified ·
1 Parent(s): 9191b3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ pipeline.set_ip_adapter_scale([0.7, 0.5])
25
 
26
  pipeline.enable_model_cpu_offload()
27
 
28
- @spaces.ZeroGPU # Apply ZeroGPU decorator to the function
29
  def transform_image(face_image):
30
  generator = torch.Generator(device="cpu").manual_seed(0)
31
 
 
25
 
26
  pipeline.enable_model_cpu_offload()
27
 
28
+ @spaces.ZeroGPU
29
  def transform_image(face_image):
30
  generator = torch.Generator(device="cpu").manual_seed(0)
31