Spaces:
Running
Running
Commit
·
cefd4c5
1
Parent(s):
3f79b9a
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import numpy as np
|
|
4 |
import PIL
|
5 |
import urllib.request
|
6 |
from utils import *
|
7 |
-
from fastai.data.external import *
|
8 |
|
9 |
# Function to classify the garbage
|
10 |
def classify_garbage(img_path, model):
|
|
|
4 |
import PIL
|
5 |
import urllib.request
|
6 |
from utils import *
|
7 |
+
#from fastai.data.external import *
|
8 |
|
9 |
# Function to classify the garbage
|
10 |
def classify_garbage(img_path, model):
|