Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
ยท
430ae90
1
Parent(s):
4efbd89
Remove examples in gr.Interface
Browse files- 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
|
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",
|