samarth-ht commited on
Commit
229302a
·
1 Parent(s): 45378e6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def create_args(
92
 
93
  # Add this function to get checkpoint files
94
  def get_checkpoint_files():
95
- unet_files_dir = Path("unetFiles")
96
  if not unet_files_dir.exists():
97
  return []
98
  return [f.name for f in unet_files_dir.glob("*.pt")]
 
92
 
93
  # Add this function to get checkpoint files
94
  def get_checkpoint_files():
95
+ unet_files_dir = Path("checkpoints/unetFiles")
96
  if not unet_files_dir.exists():
97
  return []
98
  return [f.name for f in unet_files_dir.glob("*.pt")]