Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def inference(audio_file, audio_file2):
|
|
41 |
|
42 |
|
43 |
gradio_ui = gr.Interface(
|
44 |
-
fn=
|
45 |
title="Speech to Text Graduation project \n sponsored by TensorGraph",
|
46 |
inputs=
|
47 |
[
|
|
|
41 |
|
42 |
|
43 |
gradio_ui = gr.Interface(
|
44 |
+
fn=inference,
|
45 |
title="Speech to Text Graduation project \n sponsored by TensorGraph",
|
46 |
inputs=
|
47 |
[
|