Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
analyticsinmotion
/
word-error-rate
like
3
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rossarmstrong
commited on
Nov 26, 2023
Commit
e324339
·
1 Parent(s):
93a7950
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -22,5 +22,4 @@ iface = gr.Interface(
22
title = title,
23
description = description
24
)
25
-
#
iface.launch()
26
-
iface.launch(share=True, inline=False, debug=True)
22
title = title,
23
description = description
24
)
25
+
iface.launch()