Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wwdok
/
faster-whisper-webui-cn
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
51bea4b
faster-whisper-webui-cn
/
playground.py
wwdok
add text postprocess tab
51bea4b
over 1 year ago
raw
Copy download link
history
blame
Safe
165 Bytes
import
pycorrector
corrected_sent, detail = pycorrector.correct(
'εεθη£·η΄ε'
)
print
(
f"==>> corrected_sent:
{corrected_sent}
"
)
print
(
f"==>> detail:
{detail}
"
)