vaishanthr
commited on
Commit
·
6e3d375
1
Parent(s):
2d9fe72
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,8 @@ if __name__ == "__main__":
|
|
107 |
gr.Examples(
|
108 |
examples=[os.path.join(os.path.dirname(__file__), "assets/dog_2.jpg"),
|
109 |
os.path.join(os.path.dirname(__file__), "assets/truck.jpg"),
|
110 |
-
os.path.join(os.path.dirname(__file__), "assets/car.jpg")
|
|
|
111 |
],
|
112 |
inputs=img_input,
|
113 |
outputs=output_label,
|
|
|
107 |
gr.Examples(
|
108 |
examples=[os.path.join(os.path.dirname(__file__), "assets/dog_2.jpg"),
|
109 |
os.path.join(os.path.dirname(__file__), "assets/truck.jpg"),
|
110 |
+
os.path.join(os.path.dirname(__file__), "assets/car.jpg"),
|
111 |
+
os.path.join(os.path.dirname(__file__), "assets/car_32x32.jpg")
|
112 |
],
|
113 |
inputs=img_input,
|
114 |
outputs=output_label,
|