Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kotoba-speech
/
kotoba-whisper-demo
like
14
Running
on
Zero
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
asahi417
commited on
Apr 26, 2024
Commit
7088ba0
·
1 Parent(s):
e57e8b0
add punctuator and timestamped output
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -1,7 +1,6 @@
1
import os
2
import time
3
import tempfile
4
-
import re
5
from math import floor
6
from typing import Optional
7
1
import os
2
import time
3
import tempfile
4
from math import floor
5
from typing import Optional
6