sabssag commited on
Commit
f68da3f
·
verified ·
1 Parent(s): 519d900

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ with zipfile.ZipFile(zip_model_path, 'r') as zip_ref:
19
  zip_ref.extractall(model_dir)
20
 
21
  # After unzipping, the model should be in a specific directory, check the directory structure
22
- model_path = os.path.join(model_dir, 'Bart_model')
23
 
24
  # Print out the model_path for debugging
25
  print("Model Path:", model_path)
 
19
  zip_ref.extractall(model_dir)
20
 
21
  # After unzipping, the model should be in a specific directory, check the directory structure
22
+ model_path = os.path.join(model_dir, 'Bart')
23
 
24
  # Print out the model_path for debugging
25
  print("Model Path:", model_path)