Spaces:
Sleeping
Sleeping
Commit
·
333b8ac
1
Parent(s):
ba81391
Turn off sharing in
Browse files
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 |
)
|