nebiyu29 commited on
Commit
7768e0f
1 Parent(s): 99fab32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -92,7 +92,6 @@ interface = gr.Interface(
92
  outputs="text",
93
  title="Text Classification Demo",
94
  description="Enter some text, and the model will classify it.",
95
- #choices=["depression", "anxiety", "bipolar disorder", "schizophrenia", "PTSD", "OCD", "ADHD", "autism", "eating disorder", "personality disorder", "phobia"] # Adjust class names
96
- )
97
 
98
- interface.launch(server_port=8080)
 
92
  outputs="text",
93
  title="Text Classification Demo",
94
  description="Enter some text, and the model will classify it.",
95
+ )
 
96
 
97
+ #interface.launch(server_port=8080)