move_webui #35

Merged
brian merged 17 commits from move_webui into main 2024-05-21 16:19:33 +02:00
Showing only changes of commit 72c60170a7 - Show all commits
+2 -2
View File
@@ -12,8 +12,8 @@ if __name__ == '__main__':
]
# generate random predictions
[
vis_com.generate_random_prediction()
vis_com.from_random()
for vis_com in vis_com_list
] # type: ignore
]
for vis_com in vis_com_list:
print(vis_com)