|
改了后还是报这个
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "H:\aiLOW\SVFR\deepface\lib\site-packages\gradio\queueing.py", line 625, in process_events
response = await route_utils.call_process_api(
File "H:\aiLOW\SVFR\deepface\lib\site-packages\gradio\route_utils.py", line 322, in call_process_api
output = await app.get_blocks().process_api(
File "H:\aiLOW\SVFR\deepface\lib\site-packages\gradio\blocks.py", line 2042, in process_api
result = await self.call_function(
File "H:\aiLOW\SVFR\deepface\lib\site-packages\gradio\blocks.py", line 1589, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "H:\aiLOW\SVFR\deepface\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "H:\aiLOW\SVFR\deepface\lib\site-packages\anyio\_backends\_asyncio.py", line 2461, in run_sync_in_worker_thread
return await future
File "H:\aiLOW\SVFR\deepface\lib\site-packages\anyio\_backends\_asyncio.py", line 962, in run
result = context.run(func, *args)
File "H:\aiLOW\SVFR\deepface\lib\site-packages\gradio\utils.py", line 883, in wrapper
response = f(*args, **kwargs)
File "<frozen app>", line 71, in infer
gradio.exceptions.Error: "Error during inference: Command '['python', 'infer.py', '--config', 'config/infer.yaml', '--task_ids', '1', '--input_path', 'C:\\\\Users\\\\Administrator\\\\AppData\\\\Local\\\\Temp\\\\gradio\\\\9c90706cff9fa2306b3da378da12f0bc95400ef3fccd9eafad7a094cc5e7d322\\\\heibai.mp4', '--output_dir', 'results_5ff5d283-bad1-4f25-ad3d-96b76ffc097e']' returned non-zero exit status 1." |
|