Spaces:
Runtime error
Runtime error
jiedong-yang
commited on
Commit
β’
ef64114
1
Parent(s):
69d8d24
Update app.py
Browse files
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
|
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)
|