Spaces:
Running
Running
=
commited on
Commit
•
d5d7dc8
1
Parent(s):
54b67d2
article
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ An EfficientNet V2 model to classify cars as **Honda, Hyundai or Toyota**
|
|
45 |
|
46 |
Currently running at **85% Accuracy**
|
47 |
"""
|
48 |
-
article = "Created by [Akshay Ballal](www.akshaymakes.com)"
|
49 |
|
50 |
# Create examples list from "examples/" directory
|
51 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|
|
|
45 |
|
46 |
Currently running at **85% Accuracy**
|
47 |
"""
|
48 |
+
article = "Created by [Akshay Ballal](https://www.akshaymakes.com)"
|
49 |
|
50 |
# Create examples list from "examples/" directory
|
51 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|