Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
facebook
/
xm_transformer_s2ut_800m-es-en-st-asr-bt_h1_2022
like
0
Build error
App
Files
Files
Community
1
Pengwei Li
commited on
Sep 15, 2022
Commit
a6a12a5
•
1 Parent(s):
275d119
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -27,4 +27,4 @@ gr.Interface(
27
article=article,
28
title=title,
29
examples=examples,
30
-
description=description).launch()
27
article=article,
28
title=title,
29
examples=examples,
30
+
description=description).launch(
share=True
)