freemt commited on
Commit
430ae90
ยท
1 Parent(s): 4efbd89

Remove examples in gr.Interface

Browse files
Files changed (1) hide show
  1. radiobee/__main__.py +2 -2
radiobee/__main__.py CHANGED
@@ -482,10 +482,10 @@ if __name__ == "__main__":
482
  fn=gradiobee,
483
  inputs=inputs,
484
  outputs=outputs,
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",
 
482
  fn=gradiobee,
483
  inputs=inputs,
484
  outputs=outputs,
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",