You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trained the model and put it in the models folder. As a result, I get an errors.
)`.
2024-11-25 22:24:34.268 | INFO | scripts.tts_funcs:unload_model:82 - Model unloaded
Traceback (most recent call last):
File "c:\xtts-webui-v1_0\webui\venv\lib\site-packages\gradio\queueing.py", line 489, in call_prediction
output = await route_utils.call_process_api(
File "c:\xtts-webui-v1_0\webui\venv\lib\site-packages\gradio\route_utils.py", line 232, in call_process_api
output = await app.get_blocks().process_api(
File "c:\xtts-webui-v1_0\webui\venv\lib\site-packages\gradio\blocks.py", line 1561, in process_api
result = await self.call_function(
File "c:\xtts-webui-v1_0\webui\venv\lib\site-packages\gradio\blocks.py", line 1179, in call_function
prediction = await anyio.to_thread.run_sync(
File "c:\xtts-webui-v1_0\webui\venv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "c:\xtts-webui-v1_0\webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 2177, in run_sync_in_worker_thread
return await future
The text was updated successfully, but these errors were encountered:
I trained the model and put it in the models folder. As a result, I get an errors.
)`.
2024-11-25 22:24:34.268 | INFO | scripts.tts_funcs:unload_model:82 - Model unloaded
Traceback (most recent call last):
File "c:\xtts-webui-v1_0\webui\venv\lib\site-packages\gradio\queueing.py", line 489, in call_prediction
output = await route_utils.call_process_api(
File "c:\xtts-webui-v1_0\webui\venv\lib\site-packages\gradio\route_utils.py", line 232, in call_process_api
output = await app.get_blocks().process_api(
File "c:\xtts-webui-v1_0\webui\venv\lib\site-packages\gradio\blocks.py", line 1561, in process_api
result = await self.call_function(
File "c:\xtts-webui-v1_0\webui\venv\lib\site-packages\gradio\blocks.py", line 1179, in call_function
prediction = await anyio.to_thread.run_sync(
File "c:\xtts-webui-v1_0\webui\venv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "c:\xtts-webui-v1_0\webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 2177, in run_sync_in_worker_thread
return await future
The text was updated successfully, but these errors were encountered: