shukdevdatta123 commited on
Commit
094bd2e
·
verified ·
1 Parent(s): 9318f75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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