Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pythonitalia
/
realtime-transcription
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7a3c7e3
realtime-transcription
/
display
/
index.html
rrevo
test
319ab81
over 1 year ago
raw
Copy download link
history
blame
Safe
257 Bytes
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Display
</
title
>
</
head
>
<
body
>
<
h1
>
Display text
</
h1
>
<
script
>
window
.
onload
=
() =>
{
const
eventSource =
new
EventSource
(
'/stream'
);
}
</
script
>
</
body
>
</
html
>