Yntec commited on
Commit
90e3dcd
1 Parent(s): eb4541c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -4,6 +4,7 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
7
  "Yntec/Hassanim/",
8
  "Yntec/GoldenEra",
9
  "Yntec/3DCuteWave",
@@ -948,7 +949,8 @@ models2=[
948
 
949
  gr.Interface.load(f"models/{models[440]}",live=True,preprocess=False),
950
  gr.Interface.load(f"models/{models[441]}",live=True,preprocess=False),
951
-
 
952
  ]
953
 
954
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "digiplay/FishMix_v1",
8
  "Yntec/Hassanim/",
9
  "Yntec/GoldenEra",
10
  "Yntec/3DCuteWave",
 
949
 
950
  gr.Interface.load(f"models/{models[440]}",live=True,preprocess=False),
951
  gr.Interface.load(f"models/{models[441]}",live=True,preprocess=False),
952
+ gr.Interface.load(f"models/{models[442]}",live=True,preprocess=False),
953
+ gr.Interface.load(f"models/{models[443]}",live=True,preprocess=False),
954
  ]
955
 
956