Update app.py
Browse files
app.py
CHANGED
@@ -45,4 +45,4 @@ def decipher(audio):
|
|
45 |
# Using Gradio's audio Interface
|
46 |
interface = gr.Interface(fn=decipher, inputs=gr.Audio(
|
47 |
source="microphone", type="filepath"), outputs="text")
|
48 |
-
interface.launch(
|
|
|
45 |
# Using Gradio's audio Interface
|
46 |
interface = gr.Interface(fn=decipher, inputs=gr.Audio(
|
47 |
source="microphone", type="filepath"), outputs="text")
|
48 |
+
interface.launch()
|