Yntec commited on
Commit
ac98b48
Β·
1 Parent(s): 6e7e4b0

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
  "coreco/seek.art_MEGA",
8
  "SG161222/Realistic_Vision_V1.4",
9
  "claudfuen/photorealistic-fuen-v1",
@@ -269,6 +270,7 @@ models2=[
269
  gr.Interface.load(f"models/{models[123]}",live=True,preprocess=False),
270
  gr.Interface.load(f"models/{models[124]}",live=True,preprocess=False),
271
  gr.Interface.load(f"models/{models[125]}",live=True,preprocess=False),
 
272
  ]
273
 
274
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "wavymulder/portraitplus",
8
  "coreco/seek.art_MEGA",
9
  "SG161222/Realistic_Vision_V1.4",
10
  "claudfuen/photorealistic-fuen-v1",
 
270
  gr.Interface.load(f"models/{models[123]}",live=True,preprocess=False),
271
  gr.Interface.load(f"models/{models[124]}",live=True,preprocess=False),
272
  gr.Interface.load(f"models/{models[125]}",live=True,preprocess=False),
273
+ gr.Interface.load(f"models/{models[126]}",live=True,preprocess=False),
274
  ]
275
 
276