DumbledoreWiz commited on
Commit
1679702
·
verified ·
1 Parent(s): ab0ef3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from safetensors.torch import load_file # Import safetensors loading function
10
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
11
 
12
  # Define the directory containing the model files
13
- model_dir = "./models/best_model_" # Adjusted to point to the best_model_ directory
14
 
15
  # Define paths to the specific model files
16
  model_path = os.path.join(model_dir, "model.safetensors")
 
10
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
11
 
12
  # Define the directory containing the model files
13
+ model_dir = "./" # Adjusted to point to the best_model_ directory
14
 
15
  # Define paths to the specific model files
16
  model_path = os.path.join(model_dir, "model.safetensors")