StevenChen16 commited on
Commit
bc3dba1
·
verified ·
1 Parent(s): 8f373e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def handle_image_size_selection(img_size, content_img):
35
  None)
36
 
37
  # Define the function to process images
38
- @spaces.GPU
39
  def process_images(content_img, style_img, epochs, steps_per_epoch, learning_rate, content_loss_factor, style_loss_factor, img_size, img_width, img_height):
40
  print("Start processing")
41
  print(tf.config.list_physical_devices('GPU'))
 
35
  None)
36
 
37
  # Define the function to process images
38
+ # @spaces.GPU
39
  def process_images(content_img, style_img, epochs, steps_per_epoch, learning_rate, content_loss_factor, style_loss_factor, img_size, img_width, img_height):
40
  print("Start processing")
41
  print(tf.config.list_physical_devices('GPU'))