Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
course-demos/speech-to-speech-translation
elizabetvaganova
/
speech-to-speech-translation-vaganova
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
elizabetvaganova
commited on
Dec 18, 2023
Commit
f5dfce7
·
1 Parent(s):
977589c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import gradio as gr
2
import numpy as np
3
import torch
1
+
python -m pip install SpeechRecognition
2
+
3
import gradio as gr
4
import numpy as np
5
import torch