Update app.py
Browse files
app.py
CHANGED
|
@@ -5,15 +5,15 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
]
|
| 18 |
|
| 19 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
+
"johnowhitaker/lora_pn05_036sim",
|
| 9 |
+
"johnowhitaker/lora_pn05_036sim",
|
| 10 |
+
"johnowhitaker/lora_pn05_036sim",
|
| 11 |
+
"playgroundai/playground-v2-1024px-aesthetic",
|
| 12 |
+
"playgroundai/playground-v2-1024px-aesthetic",
|
| 13 |
+
"playgroundai/playground-v2-256px-base",
|
| 14 |
+
"playgroundai/playground-v2-256px-base",
|
| 15 |
+
"playgroundai/playground-v2-512px-base",
|
| 16 |
+
"playgroundai/playground-v2-512px-base",
|
| 17 |
]
|
| 18 |
|
| 19 |
|