Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
import base64
|
7 |
|
8 |
|
9 |
-
CONCURRENCY_LIMIT =
|
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...")
|