runtime error
Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> from model import get_input_token_length, run File "/home/user/app/model.py", line 6, in <module> from model import get_input_token_length, run ImportError: cannot import name 'get_input_token_length' from partially initialized module 'model' (most likely due to a circular import) (/home/user/app/model.py)
Container logs:
Fetching error logs...