Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import gradio as gr
|
|
|
|
| 2 |
from asr import transcribe_auto # Import the updated function
|
| 3 |
|
| 4 |
# Speech-to-Text Interface
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
# One and two
|
| 3 |
from asr import transcribe_auto # Import the updated function
|
| 4 |
|
| 5 |
# Speech-to-Text Interface
|