commented the choices line of code
Browse files
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()
|