柿崎透真
commited on
Commit
·
4c69f2a
1
Parent(s):
81d5209
enable share
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def main():
|
|
51 |
create_cg_video_contest_tab()
|
52 |
create_poster_tab()
|
53 |
create_idea_tab()
|
54 |
-
demo.launch(auth=(USERNAME, PASSWORD), ssr_mode=False)
|
55 |
|
56 |
|
57 |
if __name__ == "__main__":
|
|
|
51 |
create_cg_video_contest_tab()
|
52 |
create_poster_tab()
|
53 |
create_idea_tab()
|
54 |
+
demo.launch(share=True, auth=(USERNAME, PASSWORD), ssr_mode=False)
|
55 |
|
56 |
|
57 |
if __name__ == "__main__":
|