fhudi commited on
Commit
24463e1
·
verified ·
1 Parent(s): 7ea83ae

Update play_with_hf.py

Browse files
Files changed (1) hide show
  1. play_with_hf.py +1 -1
play_with_hf.py CHANGED
@@ -170,7 +170,7 @@ with (demo.route("Leaderboards", "/leaderboards") as demo_leaderboard):
170
  # demo.launch()
171
  demo.launch(
172
  favicon_path=favicon_path if os.path.exists(favicon_path) else None,
173
- show_api=False, enable_monitoring=False,
174
  )
175
 
176
 
 
170
  # demo.launch()
171
  demo.launch(
172
  favicon_path=favicon_path if os.path.exists(favicon_path) else None,
173
+ show_api=False, enable_monitoring=False, pwa=False,
174
  )
175
 
176