AlStable commited on
Commit
8cc89a1
·
1 Parent(s): 1488892

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,7 +25,7 @@ models = [
25
  Model("SD21","models/stabilityai/stable-diffusion-2-1", "")
26
  ]
27
 
28
- custom_model = models[1].path
29
 
30
  sandbox = gr.Interface.load(
31
  name= custom_model,
@@ -35,4 +35,4 @@ sandbox = gr.Interface.load(
35
  article=article,
36
  api_key=API_KEY,
37
  )
38
- sandbox.queue(concurrency_count=20).launch()
 
25
  Model("SD21","models/stabilityai/stable-diffusion-2-1", "")
26
  ]
27
 
28
+ custom_model = models[3].path
29
 
30
  sandbox = gr.Interface.load(
31
  name= custom_model,
 
35
  article=article,
36
  api_key=API_KEY,
37
  )
38
+ sandbox.queue(concurrency_count=30).launch()