freemt commited on
Commit
fc00e27
ยท
1 Parent(s): 53b36c7

Leave out cache_examples=False in iface.launch

Browse files
Files changed (1) hide show
  1. radiobee/__main__.py +2 -2
radiobee/__main__.py CHANGED
@@ -485,7 +485,7 @@ if __name__ == "__main__":
485
  title=f"radiobee-dev {__version__} ๐Ÿ” ",
486
  description=description,
487
  article=article,
488
- # examples=examples,
489
  examples_per_page=4,
490
  # theme="darkgrass",
491
  # theme="grass",
@@ -504,7 +504,7 @@ if __name__ == "__main__":
504
  # show_tips=True,
505
  enable_queue=True,
506
  # width=900, # 900
507
- cache_examples=False,
508
  )
509
 
510
  _ = """
 
485
  title=f"radiobee-dev {__version__} ๐Ÿ” ",
486
  description=description,
487
  article=article,
488
+ examples=examples,
489
  examples_per_page=4,
490
  # theme="darkgrass",
491
  # theme="grass",
 
504
  # show_tips=True,
505
  enable_queue=True,
506
  # width=900, # 900
507
+ # cache_examples=False,
508
  )
509
 
510
  _ = """