Spaces:
Sleeping
Sleeping
Commit
·
f7a11a2
1
Parent(s):
6b8ad12
version 1
Browse files
app.py
CHANGED
|
@@ -157,4 +157,4 @@ with block:
|
|
| 157 |
gpt_btn2.click(infer2,inputs=txt2,outputs=out2)
|
| 158 |
btn.click(infer3, inputs=[text, negative, steps, scale, seed], outputs=[gallery])
|
| 159 |
|
| 160 |
-
block.launch(show_api=
|
|
|
|
| 157 |
gpt_btn2.click(infer2,inputs=txt2,outputs=out2)
|
| 158 |
btn.click(infer3, inputs=[text, negative, steps, scale, seed], outputs=[gallery])
|
| 159 |
|
| 160 |
+
block.launch(show_api=True,enable_queue=True, debug=True)
|