Spaces:
Sleeping
Sleeping
jordancaraballo
commited on
Commit
•
c6deaff
1
Parent(s):
ed79c2d
Adding additional details
Browse files
app.py
CHANGED
@@ -6,8 +6,6 @@ from modules.nav import Navbar
|
|
6 |
|
7 |
Navbar()
|
8 |
|
9 |
-
st.title(f'🛡️ Objectives')
|
10 |
-
|
11 |
sign_names = {
|
12 |
0: 'Speed limit (20km/h)',
|
13 |
1: 'Speed limit (30km/h)',
|
@@ -55,6 +53,8 @@ sign_names = {
|
|
55 |
|
56 |
st.title("Traffic Sign Classifier")
|
57 |
|
|
|
|
|
58 |
uploaded_file = st.file_uploader("Choose an image...", type="jpg")
|
59 |
if uploaded_file is not None:
|
60 |
|
|
|
6 |
|
7 |
Navbar()
|
8 |
|
|
|
|
|
9 |
sign_names = {
|
10 |
0: 'Speed limit (20km/h)',
|
11 |
1: 'Speed limit (30km/h)',
|
|
|
53 |
|
54 |
st.title("Traffic Sign Classifier")
|
55 |
|
56 |
+
|
57 |
+
|
58 |
uploaded_file = st.file_uploader("Choose an image...", type="jpg")
|
59 |
if uploaded_file is not None:
|
60 |
|