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
{{ message }}
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
error:
Traceback (most recent call last):
File "/data/soft/anaconda3/envs/vits/lib/python3.8/site-packages/gradio/routes.py", line 439, in run_predict
output = await app.get_blocks().process_api(
File "/data/soft/anaconda3/envs/vits/lib/python3.8/site-packages/gradio/blocks.py", line 1384, in process_api
result = await self.call_function(
File "/data/soft/anaconda3/envs/vits/lib/python3.8/site-packages/gradio/blocks.py", line 1089, in call_function
prediction = await anyio.to_thread.run_sync(
File "/data/soft/anaconda3/envs/vits/lib/python3.8/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/data/soft/anaconda3/envs/vits/lib/python3.8/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/data/soft/anaconda3/envs/vits/lib/python3.8/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/data/soft/anaconda3/envs/vits/lib/python3.8/site-packages/gradio/utils.py", line 700, in wrapper
response = f(*args, **kwargs)
File "webUI.py", line 224, in vc_fn2
a,b=vc_fn(sid, vc_input, vc_transform,auto_f0,cluster_ratio, slice_db, noise_scale,pad_seconds,cl_num,lg_num,lgr_num,f0_predictor,enhancer_adaptive_key,cr_threshold)
TypeError: vc_fn() missing 4 required positional arguments: 'k_step', 'use_spk_mix', 'second_encoding', and 'loudness_envelope_adjustment'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
error:
Traceback (most recent call last):
File "/data/soft/anaconda3/envs/vits/lib/python3.8/site-packages/gradio/routes.py", line 439, in run_predict
output = await app.get_blocks().process_api(
File "/data/soft/anaconda3/envs/vits/lib/python3.8/site-packages/gradio/blocks.py", line 1384, in process_api
result = await self.call_function(
File "/data/soft/anaconda3/envs/vits/lib/python3.8/site-packages/gradio/blocks.py", line 1089, in call_function
prediction = await anyio.to_thread.run_sync(
File "/data/soft/anaconda3/envs/vits/lib/python3.8/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/data/soft/anaconda3/envs/vits/lib/python3.8/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/data/soft/anaconda3/envs/vits/lib/python3.8/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/data/soft/anaconda3/envs/vits/lib/python3.8/site-packages/gradio/utils.py", line 700, in wrapper
response = f(*args, **kwargs)
File "webUI.py", line 224, in vc_fn2
a,b=vc_fn(sid, vc_input, vc_transform,auto_f0,cluster_ratio, slice_db, noise_scale,pad_seconds,cl_num,lg_num,lgr_num,f0_predictor,enhancer_adaptive_key,cr_threshold)
TypeError: vc_fn() missing 4 required positional arguments: 'k_step', 'use_spk_mix', 'second_encoding', and 'loudness_envelope_adjustment'
Beta Was this translation helpful? Give feedback.
All reactions