Spaces:
Runtime error
Runtime error
freemt commited on
Commit ·
e8d55ba
1
Parent(s): db84e9c
Update error_msg
Browse files- radiobee/__main__.py +1 -1
radiobee/__main__.py
CHANGED
|
@@ -482,7 +482,7 @@ if __name__ == "__main__":
|
|
| 482 |
title=f"radiobee-dev {__version__} 🔠",
|
| 483 |
description=description,
|
| 484 |
article=article,
|
| 485 |
-
examples=examples,
|
| 486 |
# examples_per_page=5,
|
| 487 |
# theme="darkgrass",
|
| 488 |
# theme="grass",
|
|
|
|
| 482 |
title=f"radiobee-dev {__version__} 🔠",
|
| 483 |
description=description,
|
| 484 |
article=article,
|
| 485 |
+
examples=examples, # this somehow causes trouble on hf spaces
|
| 486 |
# examples_per_page=5,
|
| 487 |
# theme="darkgrass",
|
| 488 |
# theme="grass",
|