Update play_with_hf.py
Browse files- 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 |
|