adrienhong commited on
Commit
241aaa7
·
1 Parent(s): 959eed0

Update title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ gradio_app = gr.Interface(
24
  gr.Textbox(label="Predicted Reason"), # Output for the label
25
  gr.Number(label="Confidence Score") # Output for the score
26
  ],
27
- title="Clara the reason classifier",
28
  description="Enter a deduction backup (as text) to classify it and get the predicted label and confidence score."
29
  )
30
 
 
24
  gr.Textbox(label="Predicted Reason"), # Output for the label
25
  gr.Number(label="Confidence Score") # Output for the score
26
  ],
27
+ title="Clara the reason classifier (clara-0, trained on 8000 rows)",
28
  description="Enter a deduction backup (as text) to classify it and get the predicted label and confidence score."
29
  )
30