Legola commited on
Commit
6aa7855
·
1 Parent(s): 6e19ad4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,8 +96,8 @@ def run_style_transfer(cnn, normalization_mean, normalization_std,
96
  #example_images
97
  example_list = [["examples/" + example] for example in os.listdir("examples")]
98
  print(example_list)
99
- img_1 = example_list[0]
100
- img_2 = example_list[1]
101
  print(img_1)
102
  print(img_2)
103
  #Defining the predict function
 
96
  #example_images
97
  example_list = [["examples/" + example] for example in os.listdir("examples")]
98
  print(example_list)
99
+ img_1 = example_list[0][0]
100
+ img_2 = example_list[1][0]
101
  print(img_1)
102
  print(img_2)
103
  #Defining the predict function