Spaces:
Sleeping
Sleeping
Commit
•
9c53186
1
Parent(s):
18438f3
Remove anything-v4
Browse filesas the model was deleted by the author
app.py
CHANGED
@@ -28,10 +28,9 @@ with gr.Blocks(css="style.css") as demo:
|
|
28 |
gr.Markdown(TITLE)
|
29 |
gr.HTML(DESCRIPTION)
|
30 |
model_path_gr = gr.Dropdown(
|
31 |
-
["
|
32 |
-
"CompVis/stable-diffusion-v1-4",
|
33 |
"runwayml/stable-diffusion-v1-5"],
|
34 |
-
value="
|
35 |
label="Model", info="Select the model to use!"
|
36 |
)
|
37 |
with gr.Tab("Consistent Synthesis"):
|
|
|
28 |
gr.Markdown(TITLE)
|
29 |
gr.HTML(DESCRIPTION)
|
30 |
model_path_gr = gr.Dropdown(
|
31 |
+
["CompVis/stable-diffusion-v1-4",
|
|
|
32 |
"runwayml/stable-diffusion-v1-5"],
|
33 |
+
value="runwayml/stable-diffusion-v1-5",
|
34 |
label="Model", info="Select the model to use!"
|
35 |
)
|
36 |
with gr.Tab("Consistent Synthesis"):
|