Yntec commited on
Commit
5047d72
1 Parent(s): 041e6a7

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/elldrethsImagination",
8
  "Yntec/animeTWO",
9
  "Yntec/BeenYou",
@@ -973,6 +974,7 @@ models2=[
973
  gr.Interface.load(f"models/{models[451]}",live=True,preprocess=False),
974
  gr.Interface.load(f"models/{models[452]}",live=True,preprocess=False),
975
  gr.Interface.load(f"models/{models[453]}",live=True,preprocess=False),
 
976
  ]
977
 
978
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "digiplay/OldFish_v1.1",
8
  "Yntec/elldrethsImagination",
9
  "Yntec/animeTWO",
10
  "Yntec/BeenYou",
 
974
  gr.Interface.load(f"models/{models[451]}",live=True,preprocess=False),
975
  gr.Interface.load(f"models/{models[452]}",live=True,preprocess=False),
976
  gr.Interface.load(f"models/{models[453]}",live=True,preprocess=False),
977
+ gr.Interface.load(f"models/{models[454]}",live=True,preprocess=False),
978
  ]
979
 
980