StevenChen16 commited on
Commit
eeb2f25
·
verified ·
1 Parent(s): daf327e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def process_images(content_img, style_img, epochs, steps_per_epoch, learning_rat
39
  return output_img
40
 
41
 
42
- @space.GPU
43
  def create_app():
44
  with gr.Blocks() as demo:
45
  aspect_ratio = gr.State(None)
 
39
  return output_img
40
 
41
 
42
+ @spaces.GPU
43
  def create_app():
44
  with gr.Blocks() as demo:
45
  aspect_ratio = gr.State(None)