fhudi commited on
Commit
89198b2
·
verified ·
1 Parent(s): 7df41b1

Update play_gradio.py

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