Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ iface = gr.Interface(
|
|
43 |
fn=predict,
|
44 |
inputs=gr.Textbox(lines=5, placeholder="Enter the issue text here..."),
|
45 |
outputs=gr.Label(num_top_classes=len(model.config.id2label)), # Display predicted labels
|
46 |
-
title="
|
47 |
description="Enter an issue description to predict its labels.",
|
48 |
)
|
49 |
|
|
|
43 |
fn=predict,
|
44 |
inputs=gr.Textbox(lines=5, placeholder="Enter the issue text here..."),
|
45 |
outputs=gr.Label(num_top_classes=len(model.config.id2label)), # Display predicted labels
|
46 |
+
title="Ollama github issue Label Prediction",
|
47 |
description="Enter an issue description to predict its labels.",
|
48 |
)
|
49 |
|