Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ iface = gr.Interface(
|
|
| 61 |
outputs="text",
|
| 62 |
live=True,
|
| 63 |
title="SQL Injection Classifier",
|
| 64 |
-
description="Enter an SQL query and your Hugging Face token to classify whether the query is a normal SQL query or a SQL injection attack."
|
| 65 |
)
|
| 66 |
|
| 67 |
# Launch the Gradio app
|
|
|
|
| 61 |
outputs="text",
|
| 62 |
live=True,
|
| 63 |
title="SQL Injection Classifier",
|
| 64 |
+
description="Enter an SQL query and your Hugging Face token to classify whether the query is a normal SQL query (0) or a SQL injection attack (1)."
|
| 65 |
)
|
| 66 |
|
| 67 |
# Launch the Gradio app
|