Spaces:
Sleeping
Sleeping
Deploy Myco from CI
Browse files
app.py
CHANGED
|
@@ -19,4 +19,6 @@ LAUNCH_OPTIONS = {
|
|
| 19 |
demo = build_app()
|
| 20 |
|
| 21 |
if __name__ == "__main__":
|
|
|
|
| 22 |
demo.launch(**LAUNCH_OPTIONS)
|
|
|
|
|
|
| 19 |
demo = build_app()
|
| 20 |
|
| 21 |
if __name__ == "__main__":
|
| 22 |
+
demo.queue(max_size=5)
|
| 23 |
demo.launch(**LAUNCH_OPTIONS)
|
| 24 |
+
demo.launch(server_name="0.0.0.0")
|