jiedong-yang commited on
Commit
ef64114
β€’
1 Parent(s): 69d8d24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ with demo:
203
  ],
204
  inputs=url, outputs=text,
205
  fn=lambda x: speech_to_text(audio_from_url(x)),
206
- cache_examples=True, preprocess=False
207
  )
208
 
209
  gr.HTML(footer_html)
 
203
  ],
204
  inputs=url, outputs=text,
205
  fn=lambda x: speech_to_text(audio_from_url(x)),
206
+ cache_examples=True
207
  )
208
 
209
  gr.HTML(footer_html)