25b3nk commited on
Commit
c9aa8f8
·
verified ·
1 Parent(s): b2d3117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Issue Label Prediction",
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