Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ def main():
|
|
151 |
)
|
152 |
|
153 |
# demo.launch(debug=True)
|
154 |
-
demo.queue(api_open=False, max_size=
|
155 |
|
156 |
if __name__ == "__main__":
|
157 |
main()
|
|
|
151 |
)
|
152 |
|
153 |
# demo.launch(debug=True)
|
154 |
+
demo.queue(api_open=False, max_size=3).launch()
|
155 |
|
156 |
if __name__ == "__main__":
|
157 |
main()
|