RanM commited on
Commit
a72b703
1 Parent(s): e6a70ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  import base64
7
 
8
 
9
- CONCURRENCY_LIMIT = 5
10
 
11
  def load_model():
12
  print("Loading the Stable Diffusion model...")
 
6
  import base64
7
 
8
 
9
+ CONCURRENCY_LIMIT = 10
10
 
11
  def load_model():
12
  print("Loading the Stable Diffusion model...")