update
Browse files- demo/client.py +2 -2
demo/client.py
CHANGED
|
@@ -25,8 +25,8 @@ def list_ckpt_files(dir: Path):
|
|
| 25 |
|
| 26 |
return sorted(files)
|
| 27 |
|
| 28 |
-
print(f
|
| 29 |
-
print(f
|
| 30 |
|
| 31 |
DEMOS = [
|
| 32 |
{
|
|
|
|
| 25 |
|
| 26 |
return sorted(files)
|
| 27 |
|
| 28 |
+
print(f'CKPT files: {list_ckpt_files(Path("ckpts"))}')
|
| 29 |
+
print(f'Demo assets: {list_ckpt_files(DEMO_DIR / "assets")}')
|
| 30 |
|
| 31 |
DEMOS = [
|
| 32 |
{
|