-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
--no_log / cant see any transcriptions/translations #149
Labels
bug
Something isn't working
Comments
Thanks for the report. I will look at this. I might've changed a line by accident regarding logging and debugging. |
cyberofficial
added a commit
that referenced
this issue
Nov 7, 2024
* Fix for no log #149 * auto_model_swap removed, will come back at a later date to be improved.
Hello! Could you please download this file: https://github.com/cyberofficial/Synthalingua/blob/bleeding-under-work/transcribe_audio.py and replace it with the current one you have and check to see if this fixes your issue? |
this fixed the issue, thanks :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello,
when im using --no_log i can not see any transcriptions anymore. i thought i should only see the translations when using this argument.
see screenshots.
if im removing this argument, everything works fine.
@echo off
cls
call "data_whisper\Scripts\activate.bat"
call ffmpeg_path.bat
python transcribe_audio.py --ram 12gb-v3 --microphone_enabled True --set_microphone 3 --translate --target_language en --no_log
pause
The text was updated successfully, but these errors were encountered: