Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

after upload the audio file and video file and click generate, the alert displayed #10

Open
fosulincong opened this issue Nov 7, 2024 · 1 comment

Comments

@fosulincong
Copy link

response = await route_utils.call_process_api(
File "E:\TANGO.venv\lib\site-packages\gradio\route_utils.py", line 322, in call_process_api
output = await app.get_blocks().process_api(
File "E:\TANGO.venv\lib\site-packages\gradio\blocks.py", line 1935, in process_api
result = await self.call_function(
File "E:\TANGO.venv\lib\site-packages\gradio\blocks.py", line 1520, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "E:\TANGO.venv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "E:\TANGO.venv\lib\site-packages\anyio_backends_asyncio.py", line 2441, in run_sync_in_worker_thread
return await future
File "E:\TANGO.venv\lib\site-packages\anyio_backends_asyncio.py", line 943, in run
result = context.run(func, *args)
File "E:\TANGO.venv\lib\site-packages\gradio\utils.py", line 826, in wrapper
response = f(*args, **kwargs)
File "E:\TANGO\app.py", line 618, in tango
result = test_fn(model, device, 0, cfg.data.test_meta_paths, test_path, cfg, audio_path, create_graph=create_graph)
File "E:\TANGO\app.py", line 179, in test_fn
graph = igraph.Graph.Read_Pickle(fname=pool_path)
File "E:\TANGO.venv\lib\site-packages\igraph\io\files.py", line 223, in _construct_graph_from_pickle_file
raise IOError(
OSError: Cannot load file. If fname is a file name, that filename may be incorrect.

but the pickle file should automatically download during the inital installation

@timothydskj
Copy link

same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants