Spaces:
Sleeping
Sleeping
Commit
Β·
8c4836d
1
Parent(s):
64b163b
Updated disclaimer
Browse files
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
|
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 |
|