Spaces:
Running
Running
Tobias Geisler
commited on
Commit
·
b0362bf
1
Parent(s):
7552856
concurrency limit = 1
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ iface = gr.Interface(
|
|
61 |
outputs=[gr.Text(label="Prompt"), gr.Image(label="Generated Image")],
|
62 |
title="Profile Picture Generator",
|
63 |
description="Enter the attributes for your profile picture.",
|
64 |
-
concurrency_limit=
|
65 |
)
|
66 |
|
67 |
# Launch the Gradio app
|
|
|
61 |
outputs=[gr.Text(label="Prompt"), gr.Image(label="Generated Image")],
|
62 |
title="Profile Picture Generator",
|
63 |
description="Enter the attributes for your profile picture.",
|
64 |
+
concurrency_limit=1 # Set concurrency limit here
|
65 |
)
|
66 |
|
67 |
# Launch the Gradio app
|