Spaces:
Running
Running
Commit
·
557f43d
1
Parent(s):
418cf06
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ import numpy as np
|
|
4 |
from PIL import Image
|
5 |
import urllib.request
|
6 |
from utils import * # Assuming the gen_labels() and preprocess() functions are in this module
|
7 |
-
from your_model_module import model_arc # Import your model function
|
8 |
|
9 |
# Function to classify the garbage
|
10 |
def classify_garbage(img_path, model):
|
|
|
4 |
from PIL import Image
|
5 |
import urllib.request
|
6 |
from utils import * # Assuming the gen_labels() and preprocess() functions are in this module
|
|
|
7 |
|
8 |
# Function to classify the garbage
|
9 |
def classify_garbage(img_path, model):
|