runtime error

Exit code: 1. Reason: ERROR:root:Error loading Transformer models: sentence-transformers/all-MiniLM-L6-v2 does not appear to have a file named pytorch_model.bin but there is a file for TensorFlow weights. Use `from_tf=True` to load this model from those weights. Traceback (most recent call last): File "/usr/local/bin/waitress-serve", line 8, in <module> sys.exit(run()) File "/usr/local/lib/python3.9/site-packages/waitress/runner.py", line 235, in run app = pkgutil.resolve_name(args[0]) File "/usr/local/lib/python3.9/pkgutil.py", line 684, in resolve_name mod = importlib.import_module(gd['pkg']) File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1030, in _gcd_import File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 680, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "/app/app.py", line 177, in <module> @app.route('/chat', methods=['POST']) NameError: name 'app' is not defined

Container logs:

Fetching error logs...