RohanSardar commited on
Commit
edb4285
·
verified ·
1 Parent(s): fa46cc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ def classify_text(input_text):
15
 
16
  interface = gr.Interface(
17
  fn=classify_text,
18
- inputs=gr.inputs.Textbox(lines=2, placeholder="Enter your complaint"),
19
- outputs=gr.outputs.Markdown(),
20
  title="INDIAai CyberGuard",
21
  description="Categorizes cyber complaints based on the victim, type of fraud, and other relevant parameters.",
22
  )
 
15
 
16
  interface = gr.Interface(
17
  fn=classify_text,
18
+ inputs=gr.Textbox(lines=2, placeholder="Enter your complaint"),
19
+ outputs=gr.Markdown(),
20
  title="INDIAai CyberGuard",
21
  description="Categorizes cyber complaints based on the victim, type of fraud, and other relevant parameters.",
22
  )