burtenshaw commited on
Commit
e5afc3d
·
2 Parent(s): 1c01801 8696d58

Merge branch 'main' of https://huggingface.co/spaces/ZhiyuanZeng/RLVE_Gym into pr/1

Browse files
Files changed (1) hide show
  1. server/app.py +1 -1
server/app.py CHANGED
@@ -27,7 +27,7 @@ except Exception as e: # pragma: no cover
27
  raise ImportError("openenv_core is required for the web interface. Install dependencies with '\n uv sync\n'") from e
28
 
29
  from .RLVE_Gym_environment import RlveGymEnvironment
30
- from models import RlveGymAction, RlveGymObservation
31
 
32
  # Create the environment instance
33
  env = RlveGymEnvironment()
 
27
  raise ImportError("openenv_core is required for the web interface. Install dependencies with '\n uv sync\n'") from e
28
 
29
  from .RLVE_Gym_environment import RlveGymEnvironment
30
+ from ..models import RlveGymAction, RlveGymObservation
31
 
32
  # Create the environment instance
33
  env = RlveGymEnvironment()