Spaces:
Runtime error
Runtime error
posix path added
Browse files
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",
|