Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
openai/whisper
midoux05
/
sepformergradio
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
midoux05
commited on
Nov 10, 2024
Commit
a005924
·
verified
·
1 Parent(s):
27faa92
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -3,7 +3,10 @@
3
4
5
6
-
7
8
import torch
9
3
4
5
6
+
def install(package):
7
+
if hasattr(pip, 'main'):
8
+
pip.main(['install', package])
9
+
install("speechbrain")
10
11
import torch
12