Spaces:
Sleeping
Sleeping
Commit
·
8826c15
1
Parent(s):
8a322cb
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"
|
| 9 |
"shoaibahmed/checkpoints",
|
| 10 |
"Ryzan/fantasy-diffusion-v0",
|
| 11 |
"Ryzan/fantasy-diffusion-v1",
|
|
@@ -13,7 +13,7 @@ models =[
|
|
| 13 |
"Yntec/Luma",
|
| 14 |
"digiplay/Opiate_v3",
|
| 15 |
"EhsanElahi/my-avatars-by-LoRA",
|
| 16 |
-
"
|
| 17 |
]
|
| 18 |
|
| 19 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
+
"osca/ogdc2023",
|
| 9 |
"shoaibahmed/checkpoints",
|
| 10 |
"Ryzan/fantasy-diffusion-v0",
|
| 11 |
"Ryzan/fantasy-diffusion-v1",
|
|
|
|
| 13 |
"Yntec/Luma",
|
| 14 |
"digiplay/Opiate_v3",
|
| 15 |
"EhsanElahi/my-avatars-by-LoRA",
|
| 16 |
+
"blink7630/storyboard-sketch",
|
| 17 |
]
|
| 18 |
|
| 19 |
|