minor changes
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
|
|
|
| 3 |
emoji: 🦀
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: yellow
|
|
@@ -7,7 +8,6 @@ sdk: gradio
|
|
| 7 |
sdk_version: 5.42.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
short_description: Find the CWE PARENT based on vulnerability commit message
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Vulnerability CWE Classification Roberta Base
|
| 3 |
+
short_description: Find the CWE based on vulnerability description or commit message
|
| 4 |
emoji: 🦀
|
| 5 |
colorFrom: red
|
| 6 |
colorTo: yellow
|
|
|
|
| 8 |
sdk_version: 5.42.0
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
|
@@ -43,4 +43,4 @@ demo = gr.Interface(
|
|
| 43 |
)
|
| 44 |
|
| 45 |
if __name__ == "__main__":
|
| 46 |
-
demo.launch()
|
|
|
|
| 43 |
)
|
| 44 |
|
| 45 |
if __name__ == "__main__":
|
| 46 |
+
demo.launch()
|