Spaces:
Sleeping
Sleeping
Update the link of anything4 model.
Browse files
app.py
CHANGED
|
@@ -28,10 +28,10 @@ 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 |
+
["xyn-ai/anything-v4.0",
|
| 32 |
"CompVis/stable-diffusion-v1-4",
|
| 33 |
"runwayml/stable-diffusion-v1-5"],
|
| 34 |
+
value="xyn-ai/anything-v4.0",
|
| 35 |
label="Model", info="Select the model to use!"
|
| 36 |
)
|
| 37 |
with gr.Tab("Consistent Synthesis"):
|