Tan Gezerman commited on
Commit
4c74e3a
·
verified ·
1 Parent(s): 664f4f8

Change model_path, base_data_path

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -394,8 +394,8 @@ if __name__ == "__main__":
394
  batch_size = 48
395
 
396
  # Paths
397
- base_data_path = f"Data/Data_{patch_size}_{version}"
398
- model_path = f"Models/model__{patch_size}_{batch_size}_{version}.pth"
399
 
400
  # Create and launch interface
401
  interface = create_gradio_interface(
 
394
  batch_size = 48
395
 
396
  # Paths
397
+ base_data_path = "Data/hf_Data_{patch_size}_{version}"
398
+ model_path = "model__{patch_size}_{batch_size}_{version}.pth"
399
 
400
  # Create and launch interface
401
  interface = create_gradio_interface(