Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ def load_example(input_image, x0, y0, x1, y1, polar, azimuth, prompt):
|
|
185 |
# print(type(polar))
|
186 |
return input_image, x0, y0, x1, y1, polar, azimuth, prompt
|
187 |
|
188 |
-
|
189 |
@torch.no_grad()
|
190 |
def main(args):
|
191 |
# load model
|
|
|
185 |
# print(type(polar))
|
186 |
return input_image, x0, y0, x1, y1, polar, azimuth, prompt
|
187 |
|
188 |
+
@spaces.GPU
|
189 |
@torch.no_grad()
|
190 |
def main(args):
|
191 |
# load model
|