st0bb3n commited on
Commit
b1884b5
·
1 Parent(s): 06f4243

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ app = gr.Interface(fn=image2speech,
31
  allow_flagging="never",
32
  outputs=["audio", "text"])
33
 
34
- app.launch()
 
31
  allow_flagging="never",
32
  outputs=["audio", "text"])
33
 
34
+ app.launch(cache_examples=True)