felix.wf commited on
Commit
a7df0e5
·
1 Parent(s): d2feb05

add subheader

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -80,8 +80,10 @@ if file_name is not None:
80
  output_list_emotions_refined.append(output[0])
81
 
82
  print(output_list_emotions)
 
83
  st.text(output_list_emotions)
84
  print(output_list_emotions_refined)
 
85
  st.text(output_list_emotions_refined)
86
 
87
 
 
80
  output_list_emotions_refined.append(output[0])
81
 
82
  print(output_list_emotions)
83
+ st.subheader("Emotions by model: dima806/facial_emotions_image_detection")
84
  st.text(output_list_emotions)
85
  print(output_list_emotions_refined)
86
+ st.subheader("Emotions by model: felixwf/fine_tuned_face_emotion_model")
87
  st.text(output_list_emotions_refined)
88
 
89