Spaces:
Runtime error
Runtime error
Commit
·
d92822b
1
Parent(s):
23aa956
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def diffusion_app():
|
|
| 41 |
StableDiffusionControlNetInpaintGenerator.app()
|
| 42 |
|
| 43 |
app.queue(concurrency_count=1)
|
| 44 |
-
app.launch(debug=True,
|
| 45 |
|
| 46 |
|
| 47 |
if __name__ == "__main__":
|
|
|
|
| 41 |
StableDiffusionControlNetInpaintGenerator.app()
|
| 42 |
|
| 43 |
app.queue(concurrency_count=1)
|
| 44 |
+
app.launch(debug=True, max_threads=True, share=True, inbrowser=True)
|
| 45 |
|
| 46 |
|
| 47 |
if __name__ == "__main__":
|