Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aka7774
/
faster_whisper
like
3
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aka7774
commited on
Feb 21, 2024
Commit
c2050d5
·
verified
·
1 Parent(s):
fe75c7f
Create venv.sh
Browse files
Files changed (1)
hide
show
venv.sh
+7
-0
venv.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
#!/usr/bin/bash
2
+
3
+
python3 -m venv venv
4
+
curl -kL https://bootstrap.pypa.io/get-pip.py | venv/bin/python
5
+
6
+
venv/bin/python -m pip install gradio
7
+
venv/bin/python -m pip install -r requirements.txt