rica commited on
Commit
9cb55d2
·
1 Parent(s): 953efd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,4 +6,5 @@ pipe = pipeline(task="text-classification",
6
  gr.Interface.from_pipeline(pipe,
7
  title="Insecure Code Detector",
8
  description="Label 1 for insecure code",
 
9
  allow_flagging="never").launch(inbrowser=True)
 
6
  gr.Interface.from_pipeline(pipe,
7
  title="Insecure Code Detector",
8
  description="Label 1 for insecure code",
9
+ examples = ['secure.txt', 'insecure.txt',]
10
  allow_flagging="never").launch(inbrowser=True)