MonsterMMORPG
commited on
Upload kohya_gui_kaggle.py
Browse files- kohya_gui_kaggle.py +1 -1
kohya_gui_kaggle.py
CHANGED
@@ -96,7 +96,7 @@ def UI(**kwargs):
|
|
96 |
if share:
|
97 |
launch_kwargs["share"] = False
|
98 |
launch_kwargs["debug"] = True
|
99 |
-
interface.launch(**launch_kwargs)
|
100 |
|
101 |
|
102 |
if __name__ == "__main__":
|
|
|
96 |
if share:
|
97 |
launch_kwargs["share"] = False
|
98 |
launch_kwargs["debug"] = True
|
99 |
+
interface.launch(**launch_kwargs, share=False)
|
100 |
|
101 |
|
102 |
if __name__ == "__main__":
|