Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,6 @@ if torch.cuda.is_available():
|
|
57 |
refiner.unet = torch.compile(refiner.unet, mode="reduce_overhead", fullgraph=True)
|
58 |
|
59 |
|
60 |
-
@spaces.GPU
|
61 |
def infer(
|
62 |
prompt: str,
|
63 |
seed: int = 0,
|
|
|
57 |
refiner.unet = torch.compile(refiner.unet, mode="reduce_overhead", fullgraph=True)
|
58 |
|
59 |
|
|
|
60 |
def infer(
|
61 |
prompt: str,
|
62 |
seed: int = 0,
|