Yntec commited on
Commit
89861e3
1 Parent(s): ceb35c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
7
  "Yntec/NaughtyChildren",
8
  "Yntec/edgeOfRealism",
9
  "Yntec/HitenDiffusion",
@@ -1005,6 +1006,8 @@ models2=[
1005
  gr.Interface.load(f"models/{models[466]}",live=True,preprocess=False),
1006
  gr.Interface.load(f"models/{models[467]}",live=True,preprocess=False),
1007
  gr.Interface.load(f"models/{models[469]}",live=True,preprocess=False),
 
 
1008
  ]
1009
 
1010
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/DucHaitenNiji",
8
  "Yntec/NaughtyChildren",
9
  "Yntec/edgeOfRealism",
10
  "Yntec/HitenDiffusion",
 
1006
  gr.Interface.load(f"models/{models[466]}",live=True,preprocess=False),
1007
  gr.Interface.load(f"models/{models[467]}",live=True,preprocess=False),
1008
  gr.Interface.load(f"models/{models[469]}",live=True,preprocess=False),
1009
+
1010
+ gr.Interface.load(f"models/{models[470]}",live=True,preprocess=False),
1011
  ]
1012
 
1013