Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
netrosec
/
speech2text
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
netrosec
commited on
Jun 30, 2023
Commit
b835a4b
·
1 Parent(s):
817451f
Create Pipfile
Browse files
Files changed (1)
hide
show
Pipfile
+4
-0
Pipfile
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
[packages]
2
+
whisper = {git = "https://github.com/openai/whisper.git"}
3
+
gradio = "*"
4
+
ffmpeg-python = "*"