Spaces:
Running
Running
path changes
Browse files
app.py
CHANGED
@@ -13,7 +13,8 @@ def classify_image(image):
|
|
13 |
return name[0]
|
14 |
|
15 |
# Sample images for user to choose from
|
16 |
-
sample_images = [os.path.join(root, sample_images, "AcuraTLType-S2008.jpg"), os.path.join(root, sample_images, "AudiR8Coupe2012.jpg"),
|
|
|
17 |
|
18 |
iface = gr.Interface(
|
19 |
fn=classify_image,
|
|
|
13 |
return name[0]
|
14 |
|
15 |
# Sample images for user to choose from
|
16 |
+
sample_images = [os.path.join(root, sample_images, "AcuraTLType-S2008.jpg"), os.path.join(root, sample_images, "AudiR8Coupe2012.jpg"),
|
17 |
+
os.path.join(root, sample_images, "DodgeMagnumWagon2008.jpg")]
|
18 |
|
19 |
iface = gr.Interface(
|
20 |
fn=classify_image,
|