deepanshu-16 commited on
Commit
98c7ca6
·
verified ·
1 Parent(s): 7f8c591

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from omegaconf import OmegaConf
5
  import argparse
6
  from datetime import datetime
7
  import subprocess
 
8
 
9
  CONFIG_PATH = Path("configs/unet/second_stage.yaml")
10
  CHECKPOINT_PATH = Path("checkpoints/latentsync_unet.pt")
 
5
  import argparse
6
  from datetime import datetime
7
  import subprocess
8
+ import os
9
 
10
  CONFIG_PATH = Path("configs/unet/second_stage.yaml")
11
  CHECKPOINT_PATH = Path("checkpoints/latentsync_unet.pt")