fhudi commited on
Commit
31ea02f
·
verified ·
1 Parent(s): 83d2c0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ 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
  )
67
 
68