fhudi commited on
Commit
8f5315f
·
verified ·
1 Parent(s): 1d47774

Update play_gradio.py

Browse files
Files changed (1) hide show
  1. 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
- # share=True,
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