Yntec commited on
Commit
3680ffd
1 Parent(s): e2e1438

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
7
  "Yntec/OpenNijiRemix",
8
  "Linaqruf/animagine-xl",
9
  "nerijs/pixel-art-xl",
@@ -866,6 +867,7 @@ models2=[
866
  gr.Interface.load(f"models/{models[400]}",live=True,preprocess=False),
867
  gr.Interface.load(f"models/{models[401]}",live=True,preprocess=False),
868
  gr.Interface.load(f"models/{models[402]}",live=True,preprocess=False),
 
869
  ]
870
 
871
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/MangledMerge3_768",
8
  "Yntec/OpenNijiRemix",
9
  "Linaqruf/animagine-xl",
10
  "nerijs/pixel-art-xl",
 
867
  gr.Interface.load(f"models/{models[400]}",live=True,preprocess=False),
868
  gr.Interface.load(f"models/{models[401]}",live=True,preprocess=False),
869
  gr.Interface.load(f"models/{models[402]}",live=True,preprocess=False),
870
+ gr.Interface.load(f"models/{models[403]}",live=True,preprocess=False),
871
  ]
872
 
873