Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SamuelM0422
/
audio_translator
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SamuelM0422
commited on
Mar 1
Commit
fddbb4a
·
verified
·
1 Parent(s):
dd6ae4d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
-
from helper_function import speech_to_speech_translation
3
4
demo = gr.Blocks()
5
1
import gradio as gr
2
+
from helper_function import speech_to_speech_translation
, examples
3
4
demo = gr.Blocks()
5