Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
somosnlp-hackathon-2022
/
sonnet-poetry-generator-spanish
like
13
Runtime error
App
Files
Files
Community
1
osanseviero
commited on
Jun 7
Commit
4b61930
•
1 Parent(s):
5aaa9be
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,5 @@ iface = gr.Interface(fn=make_new_sonnet,
55
examples = examples,
56
theme = 'peach'
57
)
58
-
iface.
launch
(
enable_queue
=
True
)
55
examples = examples,
56
theme = 'peach'
57
)
58
+
iface.
queue
(
max_size
=
10
)
59
+
iface.launch()