Add Urdu full stop handling in transcribe function of app.py
549eccc
Abid Ali Awancommited on
Refactor app.py to streamline model setup by removing unnecessary device specification and loading the model directly in int8 format, enhancing code clarity.
Refactor app.py to simplify warning suppression by using a general filter for FutureWarnings, enhancing code maintainability.
ca9beed
Abid Ali Awancommited on
Enhance app.py by adding a warning filter to suppress deprecation messages related to input naming, improving code clarity and future compatibility.
9f507de
Abid Ali Awancommited on
Refactor app.py to optimize CPU performance, update model loading to use fp32 and quantization, and enhance the transcription function with improved audio processing and error handling.
087adaa
Abid Ali Awancommited on
Refactor app.py to suppress logging warnings by setting verbosity to error, improving the clarity of the application output.
182bd23
Abid Ali Awancommited on
Update app.py to correct example audio file reference, ensuring accurate demonstration of the Urdu transcription feature.
b000f83
Abid Ali Awancommited on
Merge branch 'main' of https://huggingface.co/spaces/kingabzpro/Transcribed-Urdu
905d388
Abid Ali Awancommited on
Update app.py to remove the emoji from the Gradio interface title, streamlining the presentation of the Urdu Speech Recognition application.