Spaces:
Sleeping
Sleeping
Commit ·
6733e56
1
Parent(s): c589c76
Update app.py
Browse files
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 =
|
| 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'],
|