seyma9gulsen commited on
Commit
48e580e
·
1 Parent(s): 792a00d

change on app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -3,9 +3,6 @@ from fastai.vision.all import *
3
  import pathlib
4
  import os
5
 
6
- # 🔧 Fix for WindowsPath issue on Linux (Hugging Face Spaces)
7
- pathlib.WindowsPath = pathlib.PosixPath
8
-
9
  # Load the exported model
10
  learn = load_learner("model_mnist.pkl")
11
 
 
3
  import pathlib
4
  import os
5
 
 
 
 
6
  # Load the exported model
7
  learn = load_learner("model_mnist.pkl")
8