Lonelyguyse1 commited on
Commit
b20f230
·
verified ·
1 Parent(s): 9aad684

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. server/app.py +3 -3
server/app.py CHANGED
@@ -35,9 +35,9 @@ except Exception as e: # pragma: no cover
35
  "openenv is required for the web interface. Install dependencies with '\n uv sync\n'"
36
  ) from e
37
 
38
- try:
39
- from ecom.models import EcomAction, EcomObservation
40
- from ecom.server.ecom_environment import EcomEnvironment
41
 
42
 
43
  # Create the app with web interface and README integration
 
35
  "openenv is required for the web interface. Install dependencies with '\n uv sync\n'"
36
  ) from e
37
 
38
+
39
+ from ecom.models import EcomAction, EcomObservation
40
+ from ecom.server.ecom_environment import EcomEnvironment
41
 
42
 
43
  # Create the app with web interface and README integration