Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xu-song
/
bert-perplexity
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xu-song
commited on
26 days ago
Commit
46c0362
·
verified
·
1 Parent(s):
1145ecb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,4 @@ corr_iface = gr.Interface(
55
)
56
57
if __name__ == "__main__":
58
-
corr_iface.launch()
55
)
56
57
if __name__ == "__main__":
58
+
corr_iface.
queue(max_size=30, default_concurrency_limit=20).
launch()