Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ gradio_interface = gr.Interface(
|
|
62 |
gr.Dropdown(["oil painting", "sketch", "watercolor"], label="Selected Style")
|
63 |
],
|
64 |
outputs="json"
|
65 |
-
).queue(
|
66 |
|
67 |
if __name__ == "__main__":
|
68 |
print("Launching Gradio interface...")
|
|
|
62 |
gr.Dropdown(["oil painting", "sketch", "watercolor"], label="Selected Style")
|
63 |
],
|
64 |
outputs="json"
|
65 |
+
).queue(concurrency_limit=10)
|
66 |
|
67 |
if __name__ == "__main__":
|
68 |
print("Launching Gradio interface...")
|