Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from PIL import Image
|
|
| 5 |
import numpy as np
|
| 6 |
from keras.models import model_from_json
|
| 7 |
|
| 8 |
-
st.markdown('<h1 style="color:white;">
|
| 9 |
st.markdown('<h2 style="color:white;">for classifying **zebras** and **horses**</h2>', unsafe_allow_html=True)
|
| 10 |
|
| 11 |
st.cache(allow_output_mutation=True)
|
|
|
|
| 5 |
import numpy as np
|
| 6 |
from keras.models import model_from_json
|
| 7 |
|
| 8 |
+
st.markdown('<h1 style="color:white;">Image Classification App</h1>', unsafe_allow_html=True)
|
| 9 |
st.markdown('<h2 style="color:white;">for classifying **zebras** and **horses**</h2>', unsafe_allow_html=True)
|
| 10 |
|
| 11 |
st.cache(allow_output_mutation=True)
|