Fr33d0m21 commited on
Commit
100109f
1 Parent(s): bad794d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from share_btn import community_icon_html, loading_icon_html, share_js
7
 
8
  MODELS = ['ViT-L (best for Stable Diffusion 1.*)', 'ViT-H (best for Stable Diffusion 2.*)']
9
 
10
- # download preprocessed file
11
  PREPROCESS_FILES = [
12
  'ViT-H-14_laion2b_s32b_b79k_artists.pkl',
13
  'ViT-H-14_laion2b_s32b_b79k_flavors.pkl',
 
7
 
8
  MODELS = ['ViT-L (best for Stable Diffusion 1.*)', 'ViT-H (best for Stable Diffusion 2.*)']
9
 
10
+ # download preprocesed file
11
  PREPROCESS_FILES = [
12
  'ViT-H-14_laion2b_s32b_b79k_artists.pkl',
13
  'ViT-H-14_laion2b_s32b_b79k_flavors.pkl',