Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
somosnlp-hackathon-2022
/
Spanish-Nahuatl-Translation
like
36
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rockdrigoma
commited on
Mar 31, 2022
Commit
11bb364
·
1 Parent(s):
1a51c50
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -13,4 +13,4 @@ gr.Interface.load(
13
prefix+'estrella',
14
prefix+'te quiero mucho',
15
prefix+'te amo']
16
-
).launch()
13
prefix+'estrella',
14
prefix+'te quiero mucho',
15
prefix+'te amo']
16
+
).launch(
enable_queue=True
)