Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
a9fa95b
1
Parent(s):
31e21bc
Update app.py
Browse files
app.py
CHANGED
@@ -120,4 +120,4 @@ with gr.Blocks (css ='main.css') as myface:
|
|
120 |
title="Daylight (SD) ",
|
121 |
article="",
|
122 |
myface.queue(concurrency_count=200)
|
123 |
-
myface.launch(inline=True, max_threads=400)
|
|
|
120 |
title="Daylight (SD) ",
|
121 |
article="",
|
122 |
myface.queue(concurrency_count=200)
|
123 |
+
myface.launch(inline=True, share=True, max_threads=400)
|