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

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