Commit
·
4a8b33b
1
Parent(s):
a30f5d4
Update generate-dashboard-list.py
Browse files
generate-dashboard-list.py
CHANGED
|
@@ -1,13 +1,6 @@
|
|
| 1 |
import asyncio
|
| 2 |
|
| 3 |
-
from
|
| 4 |
-
from reachy_mini.apps import AppInfo
|
| 5 |
-
from reachy_mini.apps.sources.hf_space import app_info_from_space_url
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
class DashboardAppList(BaseModel):
|
| 9 |
-
dashboard_selected_apps: list[AppInfo]
|
| 10 |
-
|
| 11 |
|
| 12 |
if __name__ == "__main__":
|
| 13 |
|
|
|
|
| 1 |
import asyncio
|
| 2 |
|
| 3 |
+
from reachy_mini.apps.sources.hf_space import DashboardAppList, app_info_from_space_url
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
if __name__ == "__main__":
|
| 6 |
|