Anisha Bhatnagar commited on
Commit
3503847
·
1 Parent(s): c0d2679

user msg updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ parser.add_argument("--cfg-path", default='eval_configs/video_llama_eval_withaud
83
  parser.add_argument("--options", nargs="+", help="override some settings in the used config, format: --option xx=xx yy=yy zz=zz")
84
 
85
  # input message
86
- parser.add_argument('--user_message',type=str, default="A hateful video is a video that promotes animosity, hostility, or violence against individuals or groups based on attributes such as their race, ethnicity, religion, national origin, gender, sexual orientation, disability, or other characteristic. It contains Derogatory Language, like racial slurs. Analyze both the audio and video content. Is this hateful? Provide your answer as a single word, either ‘Yes’ or ‘No’, without any accompanying explanation.", help='input user message')
87
 
88
  args = parser.parse_args()
89
  cfg = Config(args)
 
83
  parser.add_argument("--options", nargs="+", help="override some settings in the used config, format: --option xx=xx yy=yy zz=zz")
84
 
85
  # input message
86
+ parser.add_argument('--user_message',type=str, default="Is this hateful? Answer (Yes/No)", help='input user message')
87
 
88
  args = parser.parse_args()
89
  cfg = Config(args)