Update play_gradio.py
Browse files- play_gradio.py +1 -1
play_gradio.py
CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks(title="TextGames", css=css, delete_cache=(3600, 3600)) as demo:
|
|
63 |
demo.launch(
|
64 |
auth=file_based_auth,
|
65 |
favicon_path=favicon_path if os.path.exists(favicon_path) else None,
|
66 |
-
|
67 |
ssr_mode=False,
|
68 |
)
|
69 |
|
|
|
63 |
demo.launch(
|
64 |
auth=file_based_auth,
|
65 |
favicon_path=favicon_path if os.path.exists(favicon_path) else None,
|
66 |
+
share=True,
|
67 |
ssr_mode=False,
|
68 |
)
|
69 |
|