aswerdlow commited on
Commit
bf1ff73
·
1 Parent(s): 8488acc
Files changed (1) hide show
  1. 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"CKPT files: {list_ckpt_files(Path('ckpts'))}")
29
- print(f"Demo assets: {list_ckpt_files(DEMO_DIR / "assets")}")
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
  {