Spaces:
Sleeping
Sleeping
Edit st.text
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ with inference:
|
|
26 |
learn_inf = load_learner(path/'export.pkl')
|
27 |
|
28 |
st.header('Show me your food pic!')
|
29 |
-
st.text("(I currently accept Italian, French, Chinese, Indian, or Japanese.
|
30 |
uploaded_file = st.file_uploader("Show me your food pic!")
|
31 |
if uploaded_file is not None:
|
32 |
img = load_image(uploaded_file)
|
|
|
26 |
learn_inf = load_learner(path/'export.pkl')
|
27 |
|
28 |
st.header('Show me your food pic!')
|
29 |
+
st.text("(I currently accept Italian, French, Chinese, Indian, or Japanese.)")
|
30 |
uploaded_file = st.file_uploader("Show me your food pic!")
|
31 |
if uploaded_file is not None:
|
32 |
img = load_image(uploaded_file)
|