Aduc-sdr commited on
Commit
d3afb28
·
verified ·
1 Parent(s): 72838be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ device = torch.device("cuda")
12
  dtype = torch.bfloat16
13
  sampler = None
14
 
15
- @spaces.GPU
16
  def generate(image: Image.Image, edit_prompt: str):
17
 
18
  from src.flux.xflux_pipeline import XFluxSampler
 
12
  dtype = torch.bfloat16
13
  sampler = None
14
 
15
+
16
  def generate(image: Image.Image, edit_prompt: str):
17
 
18
  from src.flux.xflux_pipeline import XFluxSampler