Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,6 @@ def speech_to_text(audio_file):
|
|
20 |
|
21 |
return ret.text, "\n".join(ret.segments), "\n".join(ret.subwords)
|
22 |
|
23 |
-
load_model(model_size)
|
24 |
-
|
25 |
gr.Interface(
|
26 |
fn=speech_to_text,
|
27 |
inputs=[
|
|
|
20 |
|
21 |
return ret.text, "\n".join(ret.segments), "\n".join(ret.subwords)
|
22 |
|
|
|
|
|
23 |
gr.Interface(
|
24 |
fn=speech_to_text,
|
25 |
inputs=[
|