Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
alirezamsh/small100
hyoo
/
translate
like
4
Runtime error
App
Files
Files
Community
1
jin-nin
commited on
Mar 1, 2023
Commit
b22520e
β’
1 Parent(s):
466629d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -30,4 +30,4 @@ with gr.Blocks(analytics_enabled=False) as app:
30
)
31
32
app.launch( inline=True )
33
-
block.queue( concurrency_count=
8
)
30
)
31
32
app.launch( inline=True )
33
+
block.queue( concurrency_count=
2
)