AliArshad commited on
Commit
3b81d8c
1 Parent(s): d4a4994

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -31,6 +31,10 @@ iface = gr.Interface(
31
  gr.Number(label="Confidence", precision=2)
32
  ],
33
  title="GPT-2 Based Severity Prediction"
 
 
 
 
34
  )
35
 
36
  # Launch the interface
 
31
  gr.Number(label="Confidence", precision=2)
32
  ],
33
  title="GPT-2 Based Severity Prediction"
34
+ examples=[
35
+ ["Can't open multiple bookmarks at once from the bookmarks sidebar using the context menu"],
36
+ ["Minor enhancements to make-source-package.sh"]
37
+ ]
38
  )
39
 
40
  # Launch the interface