Yntec commited on
Commit
92b3142
1 Parent(s): 336a332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "Yntec/Gacha"
9
- "Yntec/GimmeDatDing"
10
- "Yntec/Cheesecake"
11
- "Yntec/StorybookRedmond"
12
- "Yntec/Astro_-_-Gemu"
13
- "Yntec/Nostalgic"
14
- "Yntec/SinkOrSwim"
15
- "Yntec/BabeBae"
16
- "Yntec/Emoticons"
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "Yntec/Gacha",
9
+ "Yntec/GimmeDatDing",
10
+ "Yntec/Cheesecake",
11
+ "Yntec/StorybookRedmond",
12
+ "Yntec/Astro_-_-Gemu",
13
+ "Yntec/Nostalgic",
14
+ "Yntec/SinkOrSwim",
15
+ "Yntec/BabeBae",
16
+ "Yntec/Emoticons",
17
  ]
18
 
19