CodeRookieUtkarsh commited on
Commit
4f8bd26
1 Parent(s): 2e05424

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -1,10 +1,6 @@
1
  import gradio as gr
2
  from fastai.vision.all import *
3
 
4
- # Converting Unix Path to Windows Path
5
- import pathlib
6
- pathlib.PosixPath = pathlib.WindowsPath
7
-
8
  # Importing the model
9
  model = load_learner('model.pkl')
10
 
 
1
  import gradio as gr
2
  from fastai.vision.all import *
3
 
 
 
 
 
4
  # Importing the model
5
  model = load_learner('model.pkl')
6