prithivida commited on
Commit
8c4836d
Β·
1 Parent(s): 64b163b

Updated disclaimer

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ if 'models_loaded' not in st.session_state:
107
  st.title('WTF - What The Food 🀬')
108
  st.subheader("Image to Recipe - 1.5M foods supported")
109
  st.markdown("Built for fun with πŸ’™ by a quintessential foodie - Prithivi Da, The maker of [Gramformer](https://github.com/PrithivirajDamodaran/Gramformer), [Styleformer](https://github.com/PrithivirajDamodaran/Styleformer) and [Parrot paraphraser](https://github.com/PrithivirajDamodaran/Parrot_Paraphraser) | ✍️ [@prithivida](https://twitter.com/prithivida) |[[GitHub]](https://github.com/PrithivirajDamodaran)", unsafe_allow_html=True)
110
- st.markdown("""<i> (Read Me: The idea: Food Image => Recipe. So it works on single foods and platters <p style='color:red; display:inline'> but May Not perform well on custom combinations or hyper-local foods.</p>) </i>""", unsafe_allow_html=True)
111
 
112
 
113
 
 
107
  st.title('WTF - What The Food 🀬')
108
  st.subheader("Image to Recipe - 1.5M foods supported")
109
  st.markdown("Built for fun with πŸ’™ by a quintessential foodie - Prithivi Da, The maker of [Gramformer](https://github.com/PrithivirajDamodaran/Gramformer), [Styleformer](https://github.com/PrithivirajDamodaran/Styleformer) and [Parrot paraphraser](https://github.com/PrithivirajDamodaran/Parrot_Paraphraser) | ✍️ [@prithivida](https://twitter.com/prithivida) |[[GitHub]](https://github.com/PrithivirajDamodaran)", unsafe_allow_html=True)
110
+ st.markdown("""<i> (Read Me: The idea: Food Image => Recipe. So it works on single foods and platters <p style='color:red; display:inline'> but May Not perform well on custom combinations or hyper-local foods. (NOT intended for commercial use.) </p>) </i>""", unsafe_allow_html=True)
111
 
112
 
113