Ljzycmd commited on
Commit
3165759
1 Parent(s): 1d449c5

Update the link of anything4 model.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- ["andite/anything-v4.0",
32
  "CompVis/stable-diffusion-v1-4",
33
  "runwayml/stable-diffusion-v1-5"],
34
- value="andite/anything-v4.0",
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"):