Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
speech-recognition-community-v2
/
Leaderboard
like
21
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
patrickvonplaten
commited on
Jan 28, 2022
Commit
bd73a10
·
1 Parent(s):
91f978e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -166,4 +166,4 @@ iface = gr.Interface(
166
],
167
)
168
169
-
iface.launch()
166
],
167
)
168
169
+
iface.launch(
allow_flagging=False,allow_screenshot=False
)