Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
st0bb3n
/
Cam2Speech
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
st0bb3n
commited on
Mar 24, 2022
Commit
b1884b5
·
1 Parent(s):
06f4243
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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
)