zzarif commited on
Commit
a42fe7e
·
1 Parent(s): 8c94842

posix path added

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,6 +1,10 @@
1
  from fastai.vision.all import *
2
  import gradio as gr
3
 
 
 
 
 
4
  pasta_shape_labels = (
5
  "bucatini",
6
  "cannelloni",
 
1
  from fastai.vision.all import *
2
  import gradio as gr
3
 
4
+ import pathlib
5
+ temp = pathlib.PosixPath
6
+ pathlib.PosixPath = pathlib.WindowsPath
7
+
8
  pasta_shape_labels = (
9
  "bucatini",
10
  "cannelloni",