Yntec commited on
Commit
d11eea8
1 Parent(s): f940b74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,6 +5,7 @@ import gradio as gr
5
  import time
6
 
7
  models =[
 
8
  "Yntec/Luxury",
9
  "Yntec/KrazyGlue",
10
  "Yntec/Crybaby",
@@ -13,7 +14,6 @@ models =[
13
  "Yntec/DreamPhotoGASM",
14
  "Yntec/NostalgicLife",
15
  "Yntec/Voxel",
16
- "Yntec/Prodigy",
17
  ]
18
 
19
  model_functions = {}
 
5
  import time
6
 
7
  models =[
8
+ "Yntec/Prodigy",
9
  "Yntec/Luxury",
10
  "Yntec/KrazyGlue",
11
  "Yntec/Crybaby",
 
14
  "Yntec/DreamPhotoGASM",
15
  "Yntec/NostalgicLife",
16
  "Yntec/Voxel",
 
17
  ]
18
 
19
  model_functions = {}