Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WillOfHeaven authored Mar 26, 2024
1 parent 37de232 commit 2a7f50e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ def full_app():
st.header(np.argmax(response1))
# st.header("Image type as returned by the canvas component")
#st.write(type(canvas_result.image_data))
st.header("Matrix contiaining response data")
st.header("Matrix contiaining response data for the new model")
st.write(response)
st.header("Matrix contiaining response data for the old model")
st.write(response1)



Expand Down

0 comments on commit 2a7f50e

Please sign in to comment.