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

--no_log / cant see any transcriptions/translations #149

Closed
OE3JGW opened this issue Nov 3, 2024 · 3 comments · May be fixed by #145
Closed

--no_log / cant see any transcriptions/translations #149

OE3JGW opened this issue Nov 3, 2024 · 3 comments · May be fixed by #145
Assignees
Labels
bug Something isn't working

Comments

@OE3JGW
Copy link

OE3JGW commented Nov 3, 2024

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

image

@cyberofficial cyberofficial self-assigned this Nov 3, 2024
@cyberofficial cyberofficial added the bug Something isn't working label Nov 3, 2024
@cyberofficial
Copy link
Owner

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.
@cyberofficial
Copy link
Owner

cyberofficial commented Nov 7, 2024

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?

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. Issue found with #150 . Will be fixed at a later date down the line.
@OE3JGW
Copy link
Author

OE3JGW commented Nov 13, 2024

this fixed the issue, thanks :)
sorry for the late reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants