Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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, '
|
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)
|