Yntec commited on
Commit
a63f111
1 Parent(s): 07ffbe6

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/elldrethSVividMix",
8
  "Yntec/3Danimation",
9
  "Yntec/Darkside",
@@ -1020,6 +1021,7 @@ models2=[
1020
  gr.Interface.load(f"models/{models[474]}",live=True,preprocess=False),
1021
  gr.Interface.load(f"models/{models[475]}",live=True,preprocess=False),
1022
  gr.Interface.load(f"models/{models[476]}",live=True,preprocess=False),
 
1023
  ]
1024
 
1025
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/Oiran",
8
  "Yntec/elldrethSVividMix",
9
  "Yntec/3Danimation",
10
  "Yntec/Darkside",
 
1021
  gr.Interface.load(f"models/{models[474]}",live=True,preprocess=False),
1022
  gr.Interface.load(f"models/{models[475]}",live=True,preprocess=False),
1023
  gr.Interface.load(f"models/{models[476]}",live=True,preprocess=False),
1024
+ gr.Interface.load(f"models/{models[477]}",live=True,preprocess=False),
1025
  ]
1026
 
1027