Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,19 +1,10 @@
|
|
1 |
import gradio as gr
|
2 |
-
# import os
|
3 |
-
# import sys
|
4 |
-
# from pathlib import Path
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"Hosioka/Baka-DiffusionOLD",
|
9 |
"digiplay/perfectlevel10",
|
10 |
-
"SaudxInu/saudxinu-man",
|
11 |
-
"Davietheman/valorant-neon",
|
12 |
"usman0007/stablediffusion",
|
13 |
"prompthero/openjourney-v4",
|
14 |
-
"dreamlike-art/dreamlike-photoreal-2.0",
|
15 |
-
"Eggsbena/model_005",
|
16 |
-
"idlebg/easter-fusion",
|
17 |
]
|
18 |
|
19 |
|
|
|
1 |
import gradio as gr
|
|
|
|
|
|
|
2 |
import time
|
3 |
|
4 |
models =[
|
|
|
5 |
"digiplay/perfectlevel10",
|
|
|
|
|
6 |
"usman0007/stablediffusion",
|
7 |
"prompthero/openjourney-v4",
|
|
|
|
|
|
|
8 |
]
|
9 |
|
10 |
|