Skip to content

Instantly share code, notes, and snippets.

@Lartza
Last active December 19, 2023 01:52
Show Gist options
  • Save Lartza/fca95793ba0f1720a29d0c3d9ef8d8a3 to your computer and use it in GitHub Desktop.
Save Lartza/fca95793ba0f1720a29d0c3d9ef8d8a3 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "F:\xtts-webui\venv\lib\site-packages\gradio\queueing.py", line 459, in call_prediction
output = await route_utils.call_process_api(
File "F:\xtts-webui\venv\lib\site-packages\gradio\route_utils.py", line 232, in call_process_api
output = await app.get_blocks().process_api(
File "F:\xtts-webui\venv\lib\site-packages\gradio\blocks.py", line 1533, in process_api
result = await self.call_function(
File "F:\xtts-webui\venv\lib\site-packages\gradio\blocks.py", line 1151, in call_function
prediction = await anyio.to_thread.run_sync(
File "F:\xtts-webui\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "F:\xtts-webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "F:\xtts-webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run
result = context.run(func, *args)
File "F:\xtts-webui\venv\lib\site-packages\gradio\utils.py", line 678, in wrapper
response = f(*args, **kwargs)
File "F:\xtts-webui\xtts_webui.py", line 130, in change_current_speaker_audio
output_path = save_audio_to_wav(rate, y,this_dir,auto_cut)
File "F:\xtts-webui\scripts\funcs.py", line 37, in save_audio_to_wav
ffmpeg.input(original_wav_path)
File "F:\xtts-webui\venv\lib\site-packages\ffmpeg\_run.py", line 313, in run
process = run_async(
File "F:\xtts-webui\venv\lib\site-packages\ffmpeg\_run.py", line 284, in run_async
return subprocess.Popen(
File "C:\Program Files\Python310\lib\subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Program Files\Python310\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
Traceback (most recent call last):
File "F:\xtts-webui\venv\lib\site-packages\gradio\queueing.py", line 459, in call_prediction
output = await route_utils.call_process_api(
File "F:\xtts-webui\venv\lib\site-packages\gradio\route_utils.py", line 232, in call_process_api
output = await app.get_blocks().process_api(
File "F:\xtts-webui\venv\lib\site-packages\gradio\blocks.py", line 1533, in process_api
result = await self.call_function(
File "F:\xtts-webui\venv\lib\site-packages\gradio\blocks.py", line 1151, in call_function
prediction = await anyio.to_thread.run_sync(
File "F:\xtts-webui\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "F:\xtts-webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "F:\xtts-webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run
result = context.run(func, *args)
File "F:\xtts-webui\venv\lib\site-packages\gradio\utils.py", line 678, in wrapper
response = f(*args, **kwargs)
File "F:\xtts-webui\xtts_webui.py", line 130, in change_current_speaker_audio
output_path = save_audio_to_wav(rate, y,this_dir,auto_cut)
File "F:\xtts-webui\scripts\funcs.py", line 37, in save_audio_to_wav
ffmpeg.input(original_wav_path)
File "F:\xtts-webui\venv\lib\site-packages\ffmpeg\_run.py", line 313, in run
process = run_async(
File "F:\xtts-webui\venv\lib\site-packages\ffmpeg\_run.py", line 284, in run_async
return subprocess.Popen(
File "C:\Program Files\Python310\lib\subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Program Files\Python310\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "F:\xtts-webui\venv\lib\site-packages\gradio\queueing.py", line 497, in process_events
response = await self.call_prediction(awake_events, batch)
File "F:\xtts-webui\venv\lib\site-packages\gradio\queueing.py", line 468, in call_prediction
raise Exception(str(error) if show_error else None) from error
Exception: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment