Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ interface = gr.Interface(
|
|
34 |
fn=predict, # The function to be called for predictions
|
35 |
inputs=gr.Textbox(lines=2, placeholder="Enter some text here..."), # Input textbox for the user
|
36 |
outputs="text", # Output is the predicted class as text
|
37 |
-
title="
|
38 |
description="Enter a sentence to classify it as 'Depression' or 'Non-depression'.", # Short description
|
39 |
)
|
40 |
|
|
|
34 |
fn=predict, # The function to be called for predictions
|
35 |
inputs=gr.Textbox(lines=2, placeholder="Enter some text here..."), # Input textbox for the user
|
36 |
outputs="text", # Output is the predicted class as text
|
37 |
+
title="Sentiment Classification", # Title of the app
|
38 |
description="Enter a sentence to classify it as 'Depression' or 'Non-depression'.", # Short description
|
39 |
)
|
40 |
|