nebiyu29 commited on
Commit
dcab95f
1 Parent(s): dd41b75

commented the choices line of code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ interface = gr.Interface(
121
  outputs="text",
122
  title="Text Classification Demo",
123
  description="Enter some text, and the model will classify it.",
124
- choices=["depression", "anxiety", "bipolar disorder", "schizophrenia", "PTSD", "OCD", "ADHD", "autism", "eating disorder", "personality disorder", "phobia"] # Adjust class names
125
  )
126
 
127
  interface.launch()
 
121
  outputs="text",
122
  title="Text Classification Demo",
123
  description="Enter some text, and the model will classify it.",
124
+ #choices=["depression", "anxiety", "bipolar disorder", "schizophrenia", "PTSD", "OCD", "ADHD", "autism", "eating disorder", "personality disorder", "phobia"] # Adjust class names
125
  )
126
 
127
  interface.launch()