fathyshalab commited on
Commit
b4a24a2
·
1 Parent(s): 5d0c495

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  import numpy as np
3
- from autoattendand.SpeechIntent import SpeechTranslate
4
  from scipy.io.wavfile import write
5
 
6
 
 
1
  import gradio as gr
2
  import numpy as np
3
+ from SpeechIntent import SpeechTranslate
4
  from scipy.io.wavfile import write
5
 
6