Yntec commited on
Commit
68f3b16
1 Parent(s): e7e4956

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -4,8 +4,9 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
7
- "Yntec/DeliShaper",
8
  "Yntec/Reddit",
 
 
9
  "Yntec/Dreamlike",
10
  "Yntec/dreamlike-photoreal-remix",
11
  "Yntec/DreamShaperRemix",
@@ -891,6 +892,7 @@ models2=[
891
  gr.Interface.load(f"models/{models[412]}",live=True,preprocess=False),
892
  gr.Interface.load(f"models/{models[413]}",live=True,preprocess=False),
893
  gr.Interface.load(f"models/{models[414]}",live=True,preprocess=False),
 
894
  ]
895
 
896
 
 
4
  from pathlib import Path
5
 
6
  models = [
 
7
  "Yntec/Reddit",
8
+ "Yntec/OpenGenDiffusers",
9
+ "Yntec/DeliShaper",
10
  "Yntec/Dreamlike",
11
  "Yntec/dreamlike-photoreal-remix",
12
  "Yntec/DreamShaperRemix",
 
892
  gr.Interface.load(f"models/{models[412]}",live=True,preprocess=False),
893
  gr.Interface.load(f"models/{models[413]}",live=True,preprocess=False),
894
  gr.Interface.load(f"models/{models[414]}",live=True,preprocess=False),
895
+ gr.Interface.load(f"models/{models[415]}",live=True,preprocess=False),
896
  ]
897
 
898