Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -392,4 +392,4 @@ with gr.Blocks(css="style.css", theme="NoCrypt/miku@1.2.1") as demo:
|
|
392 |
)
|
393 |
|
394 |
if __name__ == "__main__":
|
395 |
-
demo.queue(max_size=20).launch(debug=IS_COLAB, share=IS_COLAB)
|
|
|
392 |
)
|
393 |
|
394 |
if __name__ == "__main__":
|
395 |
+
demo.queue(max_size=20).launch(debug=IS_COLAB, share=IS_COLAB, share=True)
|