jamino30 commited on
Commit
96ae368
·
verified ·
1 Parent(s): e697a97

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ for param in model.parameters():
24
  style_files = os.listdir('./style_images')
25
  style_options = {' '.join(style_file.split('.')[0].split('_')): f'./style_images/{style_file}' for style_file in style_files}
26
  optimal_settings = {
27
- 'Starry Night': (100, True),
28
  'Lego Bricks': (100, False),
29
  'Mosaic': (100, False),
30
  'Oil Painting': (100, False),
 
24
  style_files = os.listdir('./style_images')
25
  style_options = {' '.join(style_file.split('.')[0].split('_')): f'./style_images/{style_file}' for style_file in style_files}
26
  optimal_settings = {
27
+ 'Starry Night': (100, False),
28
  'Lego Bricks': (100, False),
29
  'Mosaic': (100, False),
30
  'Oil Painting': (100, False),