Spaces:
Sleeping
Sleeping
Update server/app.py
Browse files- server/app.py +1 -1
server/app.py
CHANGED
|
@@ -35,7 +35,7 @@ except ImportError:
|
|
| 35 |
|
| 36 |
# Create the app with web interface and README integration
|
| 37 |
# Pass the class (factory) instead of an instance for WebSocket session support
|
| 38 |
-
app = create_app(EchoEnvironment, EchoAction, EchoObservation, env_name="echo_env")
|
| 39 |
|
| 40 |
|
| 41 |
def main():
|
|
|
|
| 35 |
|
| 36 |
# Create the app with web interface and README integration
|
| 37 |
# Pass the class (factory) instead of an instance for WebSocket session support
|
| 38 |
+
app = create_app(EchoEnvironment, EchoAction, EchoObservation, env_name="echo_env", max_concurrent_envs=2)
|
| 39 |
|
| 40 |
|
| 41 |
def main():
|