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

❓ [Question]: gradio.exceptions.Error: 'voices' #101

Open
UpdateCw opened this issue Sep 12, 2023 · 0 comments
Open

❓ [Question]: gradio.exceptions.Error: 'voices' #101

UpdateCw opened this issue Sep 12, 2023 · 0 comments
Labels
question Further information is requested

Comments

@UpdateCw
Copy link

Your Question

Traceback (most recent call last):
File "E:\python\lib\site-packages\gradio\routes.py", line 442, in run_predict
output = await app.get_blocks().process_api(
File "E:\python\lib\site-packages\gradio\blocks.py", line 1389, in process_api
result = await self.call_function(
File "E:\python\lib\site-packages\gradio\blocks.py", line 1094, in call_function
prediction = await anyio.to_thread.run_sync(
File "E:\python\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "E:\python\lib\site-packages\anyio_backends_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "E:\python\lib\site-packages\anyio_backends_asyncio.py", line 807, in run
result = context.run(func, *args)
File "E:\python\lib\site-packages\gradio\utils.py", line 703, in wrapper
response = f(*args, **kwargs)
File "E:\douyin\shortgpt\gui\ui_tab_config.py", line 31, in verify_eleven_key
raise gr.Error(e.args[0])
gradio.exceptions.Error: 'voices'

@UpdateCw UpdateCw added the question Further information is requested label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant