Update app.py
Browse files
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)
|