poudel commited on
Commit
cabf6b4
·
verified ·
1 Parent(s): 270f3b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Depression Classification", # Title of the app
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