Commit
·
d242ccc
1
Parent(s):
5a4e8e9
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,14 +5,14 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"
|
| 9 |
"wzneric/df_m_id94",
|
| 10 |
"Yntec/LehinaModel",
|
| 11 |
"wzneric/df_m_id143",
|
| 12 |
-
"
|
| 13 |
"wzneric/df_wm_id4",
|
| 14 |
"ayoubkirouane/Stable-Cats-Generator",
|
| 15 |
-
"
|
| 16 |
"milaidy/christinaa",
|
| 17 |
]
|
| 18 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
+
"digiplay/CleanLinearMix",
|
| 9 |
"wzneric/df_m_id94",
|
| 10 |
"Yntec/LehinaModel",
|
| 11 |
"wzneric/df_m_id143",
|
| 12 |
+
"CiroN2022/tape-people",
|
| 13 |
"wzneric/df_wm_id4",
|
| 14 |
"ayoubkirouane/Stable-Cats-Generator",
|
| 15 |
+
"CiroN2022/wake-up",
|
| 16 |
"milaidy/christinaa",
|
| 17 |
]
|
| 18 |
|