Spaces:
Sleeping
Sleeping
Commit
·
c589c76
1
Parent(s):
91671ee
Update app.py
Browse files
app.py
CHANGED
@@ -51,6 +51,7 @@ app_interface = gr.Interface(
|
|
51 |
outputs="image",
|
52 |
title="Art Generation with Neural Style Transfer",
|
53 |
description=text,
|
|
|
54 |
theme = gr.themes.Default(),
|
55 |
examples=[
|
56 |
['content1.jpg','image1.jpg'],
|
|
|
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'],
|