Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dmaniloff
/
meeting-transcript-tool
like
0
Runtime error
App
Files
Files
Community
dmaniloff
HF staff
commited on
Jun 25
Commit
5b88c7d
•
1 Parent(s):
607b639
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -19,6 +19,7 @@ pipe = pipeline(
19
chunk_length_s=30,
20
device=device,
21
)
22
23
24
def transcribe(audio_input):
19
chunk_length_s=30,
20
device=device,
21
)
22
+
client = InferenceClient()
23
24
25
def transcribe(audio_input):