Spaces:
Sleeping
Sleeping
NasrinRipa
commited on
Commit
·
646a870
1
Parent(s):
4598f69
running app in huggingface space
Browse files
app.py
CHANGED
|
@@ -2,9 +2,9 @@ from fastai.vision.all import *
|
|
| 2 |
import gradio as gr
|
| 3 |
from pathlib import Path
|
| 4 |
|
| 5 |
-
import pathlib
|
| 6 |
-
temp = pathlib.PosixPath
|
| 7 |
-
pathlib.PosixPath = pathlib.WindowsPath
|
| 8 |
|
| 9 |
nut_labels = (
|
| 10 |
"raw Almonds",
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
from pathlib import Path
|
| 4 |
|
| 5 |
+
#import pathlib
|
| 6 |
+
#temp = pathlib.PosixPath
|
| 7 |
+
#pathlib.PosixPath = pathlib.WindowsPath
|
| 8 |
|
| 9 |
nut_labels = (
|
| 10 |
"raw Almonds",
|