jiangyzy commited on
Commit
08f3b6b
1 Parent(s): 669fdc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # @spaces.GPU
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