Boese0601 commited on
Commit
ead67c4
·
verified ·
1 Parent(s): b4ccc7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +29,7 @@ device = torch.device("cuda")
29
  #test push
30
  @spaces.GPU
31
  def generate(image: Image.Image, edit_prompt: str):
 
32
 
33
 
34
 
 
29
  #test push
30
  @spaces.GPU
31
  def generate(image: Image.Image, edit_prompt: str):
32
+ from src.flux.xflux_pipeline import XFluxSampler
33
 
34
 
35