-
Notifications
You must be signed in to change notification settings - Fork 39
Description
/VideoChat/VideoChat/app.py
WARNING: Provided reload directories ['backend'] did not contain valid directories, watching current working directory.
INFO: Will watch for changes in these directories: ['E:\0000000AAAAAAzong\VideoChat']
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
WARNING: --reload-include and --reload-exclude have no effect unless watchfiles is installed.
INFO: Started reloader process [19992] using StatReload
[2025-04-27 15:09:18.374] [ctranslate2] [thread 19308] [warning] The compute type inferred from the saved model is float16, but the target device or backend do not support efficient float16 computation. The model weights have been automatically converted to use the float32 compute type instead.
Process SpawnProcess-1:
Traceback (most recent call last):
File "E:\anaconda APP\envs\VideoChat\lib\multiprocessing\process.py", line 314, in _bootstrap
self.run()
File "E:\anaconda APP\envs\VideoChat\lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "E:\anaconda APP\envs\VideoChat\lib\site-packages\uvicorn_subprocess.py", line 80, in subprocess_started
target(sockets=sockets)
File "E:\anaconda APP\envs\VideoChat\lib\site-packages\uvicorn\server.py", line 66, in run
return asyncio.run(self.serve(sockets=sockets))
File "E:\anaconda APP\envs\VideoChat\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "E:\anaconda APP\envs\VideoChat\lib\asyncio\base_events.py", line 649, in run_until_complete
return future.result()
File "E:\anaconda APP\envs\VideoChat\lib\site-packages\uvicorn\server.py", line 70, in serve
await self._serve(sockets)
File "E:\anaconda APP\envs\VideoChat\lib\site-packages\uvicorn\server.py", line 77, in serve
config.load()
File "E:\anaconda APP\envs\VideoChat\lib\site-packages\uvicorn\config.py", line 435, in load
self.loaded_app = import_from_string(self.app)
File "E:\anaconda APP\envs\VideoChat\lib\site-packages\uvicorn\importer.py", line 19, in import_from_string
module = importlib.import_module(module_str)
File "E:\anaconda APP\envs\VideoChat\lib\importlib_init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "e:\0000000AAAAAAzong\VideoChat\VideoChat\backend\main.py", line 18, in
app.mount("/uploads", StaticFiles(directory="uploads"), name="uploads")
File "E:\anaconda APP\envs\VideoChat\lib\site-packages\starlette\staticfiles.py", line 56, in init
raise RuntimeError(f"Directory '{directory}' does not exist")
RuntimeError: Directory 'uploads' does not exist