nsfwalex commited on
Commit
03f533f
·
verified ·
1 Parent(s): b7aab80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,5 +123,5 @@ with app:
123
  inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="face_enhancer?", info="do face enhancer?"), gr.Textbox(visible=False)],
124
  outputs="image"
125
  )
126
-
127
  app.launch()
 
123
  inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="face_enhancer?", info="do face enhancer?"), gr.Textbox(visible=False)],
124
  outputs="image"
125
  )
126
+ app.queue(max_size=5)
127
  app.launch()