Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
marquesafonso
/
multilang-asr-subtitler
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c127215
multilang-asr-subtitler
/
utils
/
read_html.py
marquesafonso
added project files
748e637
5 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
def
read_html
(
html_file
):
with
open
(html_file,
'r'
, encoding=
'utf-8'
)
as
f:
content = f.read()
return
content