Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ iface = gr.Interface(
|
|
| 30 |
gr.Textbox(label="Prediction"),
|
| 31 |
gr.Number(label="Confidence", precision=2)
|
| 32 |
],
|
| 33 |
-
title="
|
| 34 |
description="Enter text and predict its severity (Severe or Non-severe).",
|
| 35 |
examples=[
|
| 36 |
["Can't open multiple bookmarks at once from the bookmarks sidebar using the context menu"],
|
|
|
|
| 30 |
gr.Textbox(label="Prediction"),
|
| 31 |
gr.Number(label="Confidence", precision=2)
|
| 32 |
],
|
| 33 |
+
title="SevPredict: Exploring the Potential of Large Language Models in Software Maintenance",
|
| 34 |
description="Enter text and predict its severity (Severe or Non-severe).",
|
| 35 |
examples=[
|
| 36 |
["Can't open multiple bookmarks at once from the bookmarks sidebar using the context menu"],
|