Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,5 +24,5 @@ def plex(prompt):
|
|
24 |
return apol
|
25 |
|
26 |
iface = gr.Interface(fn=plex,inputs=gr.Textbox(), outputs=gr.Gallery(columns=2), title="Stabilityai SDXL-Turbo CPU", description="Running on CPU, very slow! by JoPmt")
|
27 |
-
iface.queue(max_size=1)
|
28 |
iface.launch(max_threads=1)
|
|
|
24 |
return apol
|
25 |
|
26 |
iface = gr.Interface(fn=plex,inputs=gr.Textbox(), outputs=gr.Gallery(columns=2), title="Stabilityai SDXL-Turbo CPU", description="Running on CPU, very slow! by JoPmt")
|
27 |
+
iface.queue(max_size=1,api_open=False)
|
28 |
iface.launch(max_threads=1)
|