Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,12 +4,7 @@ from PIL import Image #Image Processing
|
|
4 |
import numpy as np #Image Processing
|
5 |
|
6 |
#title
|
7 |
-
st.title("
|
8 |
-
|
9 |
-
#subtitle
|
10 |
-
st.markdown("## Optical Character Recognition - Using `easyocr`, `streamlit` - hosted on π€ Spaces")
|
11 |
-
|
12 |
-
st.markdown("Link to the app - [image-to-text-app on π€ Spaces](https://huggingface.co/spaces/Amrrs/image-to-text-app)")
|
13 |
|
14 |
#image uploader
|
15 |
image = st.file_uploader(label = "Upload your image here",type=['png','jpg','jpeg'])
|
@@ -44,4 +39,4 @@ if image is not None:
|
|
44 |
else:
|
45 |
st.write("Upload an Image")
|
46 |
|
47 |
-
st.caption("
|
|
|
4 |
import numpy as np #Image Processing
|
5 |
|
6 |
#title
|
7 |
+
st.title("Hololive Waifu Classification")
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
#image uploader
|
10 |
image = st.file_uploader(label = "Upload your image here",type=['png','jpg','jpeg'])
|
|
|
39 |
else:
|
40 |
st.write("Upload an Image")
|
41 |
|
42 |
+
st.caption("neko941")
|