Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,5 +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 |
-
examples = [
|
10 |
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)
|