aka7774 commited on
Commit
b1771a9
·
verified ·
1 Parent(s): 01aa2c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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=[