Spaces:
Runtime error
Runtime error
Commit
·
b4a24a2
1
Parent(s):
5d0c495
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
3 |
-
from
|
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 |
|