Update app.py
Browse files
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)
|