patrickramos commited on
Commit
333b8ac
·
1 Parent(s): ba81391

Turn off sharing in

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,6 +24,6 @@ with gr.Blocks(
24
  daily_pitcher_leaderboard_app = create_daily_pitcher_leaderboard()
25
 
26
  demo.launch(
27
- share=True,
28
  debug=True
29
  )
 
24
  daily_pitcher_leaderboard_app = create_daily_pitcher_leaderboard()
25
 
26
  demo.launch(
27
+ # share=True,
28
  debug=True
29
  )