nebiyu29 commited on
Commit
99fab32
1 Parent(s): 74a322d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -93,7 +93,6 @@ interface = gr.Interface(
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
- server_port=8080
97
  )
98
 
99
- interface.launch()
 
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)