Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,6 @@ DEFAULT_NEGATIVE_PROMPT = (
|
|
19 |
|
20 |
|
21 |
@spaces.GPU
|
22 |
-
@torch.inference_mode()
|
23 |
def run(*args):
|
24 |
id_image = args[0]
|
25 |
supp_images = args[1]
|
|
|
19 |
|
20 |
|
21 |
@spaces.GPU
|
|
|
22 |
def run(*args):
|
23 |
id_image = args[0]
|
24 |
supp_images = args[1]
|