elselse commited on
Commit
0ef18fa
·
verified ·
1 Parent(s): d730b4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ demo = gr.Interface(
37
  title="CWE Prediction from Commit Message or Vulnerability Description",
38
  description="This tool uses a fine-tuned model to predict CWE categories from Git commit messages and vulnerability descriptions. "
39
  "Predicted child CWEs are mapped to their parent CWEs if applicable.",
40
- example1=[
41
  ["A vulnerability has been found in cfire24 ajaxlife up to 0.3.2 and classified as problematic. This vulnerability affects unknown code. The manipulation leads to cross site scripting. The attack can be initiated remotely. Upgrading to version 0.3.3 is able to address this issue. "],
42
  ]
43
  example2=[
 
37
  title="CWE Prediction from Commit Message or Vulnerability Description",
38
  description="This tool uses a fine-tuned model to predict CWE categories from Git commit messages and vulnerability descriptions. "
39
  "Predicted child CWEs are mapped to their parent CWEs if applicable.",
40
+ example=[
41
  ["A vulnerability has been found in cfire24 ajaxlife up to 0.3.2 and classified as problematic. This vulnerability affects unknown code. The manipulation leads to cross site scripting. The attack can be initiated remotely. Upgrading to version 0.3.3 is able to address this issue. "],
42
  ]
43
  example2=[