ibrahimnomad
commited on
Commit
•
ada7b8b
1
Parent(s):
9ab98a1
Update app.py
Browse files
app.py
CHANGED
@@ -58,4 +58,4 @@ if uploaded_file is not None:
|
|
58 |
image = Image.open(uploaded_file)
|
59 |
st.image(image, caption='Uploaded Image.', use_column_width=True)
|
60 |
label = predict_image(image)
|
61 |
-
st.
|
|
|
58 |
image = Image.open(uploaded_file)
|
59 |
st.image(image, caption='Uploaded Image.', use_column_width=True)
|
60 |
label = predict_image(image)
|
61 |
+
st.title(f"This is ***{label}***!")
|