AliArshad commited on
Commit
47d0b49
1 Parent(s): 5f847ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ iface = gr.Interface(
36
  fn=xl_net_predict,
37
  inputs=gr.Textbox(lines=2, label="Summary", placeholder="Enter text here..."),
38
  outputs=gr.Textbox(label="Predicted Severity"),
39
- title="XLNet Based Bug Report Severity Prediction",
40
  description="Enter text and predict its severity (Severe or Non-severe).",
41
  theme="huggingface",
42
  examples=[
 
36
  fn=xl_net_predict,
37
  inputs=gr.Textbox(lines=2, label="Summary", placeholder="Enter text here..."),
38
  outputs=gr.Textbox(label="Predicted Severity"),
39
+ title="SevPrecit - A GPT-2 Based Bug Report Severity Prediction",
40
  description="Enter text and predict its severity (Severe or Non-severe).",
41
  theme="huggingface",
42
  examples=[