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

what it is? #50

Open
ddddwq2q opened this issue May 19, 2023 · 1 comment
Open

what it is? #50

ddddwq2q opened this issue May 19, 2023 · 1 comment

Comments

@ddddwq2q
Copy link

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\whisper-auto-transcribe-main\new\whisper-auto-transcribe\venv\lib\site-packages\gradio\routes.py", line 399, in run_predict
output = await app.get_blocks().process_api(
File "D:\whisper-auto-transcribe-main\new\whisper-auto-transcribe\venv\lib\site-packages\gradio\blocks.py", line 1303, in process_api
result = await self.call_function(
File "D:\whisper-auto-transcribe-main\new\whisper-auto-transcribe\venv\lib\site-packages\gradio\blocks.py", line 1026, in call_function
prediction = await anyio.to_thread.run_sync(
File "D:\whisper-auto-transcribe-main\new\whisper-auto-transcribe\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "D:\whisper-auto-transcribe-main\new\whisper-auto-transcribe\venv\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "D:\whisper-auto-transcribe-main\new\whisper-auto-transcribe\venv\lib\site-packages\anyio_backends_asyncio.py", line 867, in run
result = context.run(func, *args)
File "D:\whisper-auto-transcribe-main\new\whisper-auto-transcribe\src\transcribe_gui.py", line 327, in handle_form_submit
subtitle_file_path = task.transcribe(
File "D:\whisper-auto-transcribe-main\new\whisper-auto-transcribe\src\utils\task.py", line 110, in transcribe
raise Exception(
Exception: Error. Vocal extracter unavailable. Received:
C:\Users\73B51\AppData\Local\Temp\6a2c5585a48a66a68c6f1a9593cb8d763b9e0aad\Не хочу-0-100.mp3, C:\Users\73B51\AppData\Local\Temp\tempfreesubtitle\main.mp3, tmp/2023-05-19 23-39-52
demucs --two-stems=vocals "C:\Users\73B5~1\AppData\Local\Temp\tempfreesubtitle\main.mp3" -o "tmp/2023-05-19 23-39-52" --filename "{stem}.{ext}"

(this error crashes immediately when you go to the result page)

@Peter5Chiou
Copy link

install demucs may solve this problem.

enable_venv.bat
pip install demucs

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