Aditya757864 commited on
Commit
6733e56
·
1 Parent(s): c589c76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ app_interface = gr.Interface(
51
  outputs="image",
52
  title="Art Generation with Neural Style Transfer",
53
  description=text,
54
- concurrency_limit = 10,
55
  theme = gr.themes.Default(),
56
  examples=[
57
  ['content1.jpg','image1.jpg'],
 
51
  outputs="image",
52
  title="Art Generation with Neural Style Transfer",
53
  description=text,
54
+ concurrency_limit = 5,
55
  theme = gr.themes.Default(),
56
  examples=[
57
  ['content1.jpg','image1.jpg'],