Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hf-audio/open_asr_leaderboard
KoelLabs
/
IPA-Transcription-EN
like
4
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
arunasrivastava
commited on
Dec 5, 2024
Commit
ef62623
·
1 Parent(s):
a6cbfac
sharing link
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -130,4 +130,4 @@ with gr.Blocks(css="""
130
# )
131
132
if __name__ == "__main__":
133
-
demo.launch()
130
# )
131
132
if __name__ == "__main__":
133
+
demo.launch(
share=True
)