Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|