Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import streamlit as st
|
|
12 |
|
13 |
def main():
|
14 |
st.title("number plate recognition")
|
15 |
-
|
16 |
|
17 |
|
18 |
|
|
|
12 |
|
13 |
def main():
|
14 |
st.title("number plate recognition")
|
15 |
+
img = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|
16 |
|
17 |
|
18 |
|