Ryu-m0m commited on
Commit
29b2a86
1 Parent(s): 7b203a5

Edit st.text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. Otherwise, I guesss wildly!)")
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)