JoPmt commited on
Commit
776e5ef
1 Parent(s): 2c03037

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)