Spaces:
Running
on
Zero
Running
on
Zero
ameerazam08
commited on
Commit
•
4a2ddeb
1
Parent(s):
bbaefb7
Update app.py
Browse files
app.py
CHANGED
@@ -100,5 +100,5 @@ interface = gr.Interface(
|
|
100 |
model, model_config = load_model()
|
101 |
|
102 |
# Launch the Interface
|
103 |
-
interface.launch()
|
104 |
|
|
|
100 |
model, model_config = load_model()
|
101 |
|
102 |
# Launch the Interface
|
103 |
+
interface.queue(max_size=10).launch()
|
104 |
|