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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- app.queue(max_size=5)
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,status_update_rate=5.0)
127
+ app.launch(max_thread=1)