Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,4 +11,4 @@ with gr.Blocks( analytics_enabled=False ) as app:
|
|
11 |
Imagine.click( imagine, inputs=[ Prompt ], outputs=[ Image ], api_name="imagine" )
|
12 |
|
13 |
app.launch( inline=True )
|
14 |
-
|
|
|
11 |
Imagine.click( imagine, inputs=[ Prompt ], outputs=[ Image ], api_name="imagine" )
|
12 |
|
13 |
app.launch( inline=True )
|
14 |
+
block.queue( concurrency_count=2 )
|