rwcuffney commited on
Commit
1c611a1
1 Parent(s): 850b35f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ with st.form("api_form"):
169
  #prediction = output[0]['label']
170
  #st.write(f'prediction = {prediction}')
171
  #st.text(output)
172
- prediction = predict(uploaded_file)
173
  st.write(prediction)
174
 
175
 
 
169
  #prediction = output[0]['label']
170
  #st.write(f'prediction = {prediction}')
171
  #st.text(output)
172
+ prediction = predict(bytes_data)
173
  st.write(prediction)
174
 
175