yangheng commited on
Commit
7782ea8
1 Parent(s): 1c05ca1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,7 +56,7 @@ class Model:
56
 
57
  models = [
58
  # Model("anything v3", "Linaqruf/anything-v3.0", "anything v3 style"),
59
- Model("anything v4.5", "andite/anything-v4.0", "anything v4.5 style"),
60
  ]
61
  # Model("Spider-Verse", "nitrosocke/spider-verse-diffusion", "spiderverse style "),
62
  # Model("Balloon Art", "Fictiverse/Stable_Diffusion_BalloonArt_Model", "BalloonArt "),
@@ -597,5 +597,5 @@ with gr.Blocks(css=css) as demo:
597
  print(f"Space built in {time.time() - start_time:.2f} seconds")
598
 
599
  if not is_colab:
600
- demo.queue(concurrency_count=1)
601
  demo.launch(debug=is_colab, enable_queue=True, share=is_colab)
 
56
 
57
  models = [
58
  # Model("anything v3", "Linaqruf/anything-v3.0", "anything v3 style"),
59
+ Model("anything v5", "stablediffusionapi/anything-v5", "anything v5 style"),
60
  ]
61
  # Model("Spider-Verse", "nitrosocke/spider-verse-diffusion", "spiderverse style "),
62
  # Model("Balloon Art", "Fictiverse/Stable_Diffusion_BalloonArt_Model", "BalloonArt "),
 
597
  print(f"Space built in {time.time() - start_time:.2f} seconds")
598
 
599
  if not is_colab:
600
+ demo.queue(concurrency_count=2)
601
  demo.launch(debug=is_colab, enable_queue=True, share=is_colab)