Raphaël Bournhonesque
commited on
Commit
·
ae6ec77
1
Parent(s):
bc1314f
update after API changes
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ st.markdown(
|
|
127 |
"that takes the OCR text as input and predict ingredient lists."
|
128 |
)
|
129 |
barcode = st.text_input("barcode", help="Barcode of the product", value=default_barcode).strip()
|
130 |
-
model_version =
|
131 |
st.experimental_set_query_params(barcode=barcode)
|
132 |
|
133 |
threshold = st.number_input(
|
|
|
127 |
"that takes the OCR text as input and predict ingredient lists."
|
128 |
)
|
129 |
barcode = st.text_input("barcode", help="Barcode of the product", value=default_barcode).strip()
|
130 |
+
model_version = "1"
|
131 |
st.experimental_set_query_params(barcode=barcode)
|
132 |
|
133 |
threshold = st.number_input(
|