Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_tabs/img_edit.py
Browse files- gradio_tabs/img_edit.py +1 -1
gradio_tabs/img_edit.py
CHANGED
|
@@ -91,7 +91,7 @@ def img_postprocessing(image, w, h):
|
|
| 91 |
|
| 92 |
def img_edit(gen, device):
|
| 93 |
|
| 94 |
-
|
| 95 |
@torch.no_grad()
|
| 96 |
def edit_img(image, *selected_s):
|
| 97 |
|
|
|
|
| 91 |
|
| 92 |
def img_edit(gen, device):
|
| 93 |
|
| 94 |
+
@spaces.GPU
|
| 95 |
@torch.no_grad()
|
| 96 |
def edit_img(image, *selected_s):
|
| 97 |
|