Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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=[
|