SamuelM0422 commited on
Commit
fddbb4a
·
verified ·
1 Parent(s): dd6ae4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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