xktan commited on
Commit
4a7d2cd
·
verified ·
1 Parent(s): 90c4499

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -948,13 +948,13 @@ with gr.Blocks() as demo:
948
  promotion_indication_count_output,
949
  call_to_action_count_output,
950
  brand_salience_output,
951
- emo_angry,
952
- emo_disgust,
953
- emo_fear,
954
- emo_happy,
955
- emo_sad,
956
- emo_surprise,
957
- emo_neutral
958
  ]
959
  )
960
 
 
948
  promotion_indication_count_output,
949
  call_to_action_count_output,
950
  brand_salience_output,
951
+ emo_angry_output,
952
+ emo_disgust_output,
953
+ emo_fear_output,
954
+ emo_happy_output,
955
+ emo_sad_output,
956
+ emo_surprise_output,
957
+ emo_neutral_output
958
  ]
959
  )
960