liujch1998 commited on
Commit
35f0d80
β€’
1 Parent(s): 71f7d47
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -305,7 +305,7 @@ with gr.Blocks() as demo:
305
  gr.Markdown(
306
  '''# Vera
307
 
308
- Vera is a commonsense statement verification model. Under development.
309
 
310
  Type a commonsense statement in the box below and click the submit button to see Vera's prediction on its correctness. You can try both correct and incorrect statements. If you are looking for inspiration, try the examples at the bottom of the page!
311
 
 
305
  gr.Markdown(
306
  '''# Vera
307
 
308
+ Vera is a commonsense statement verification model. See our paper at: [https://arxiv.org/abs/2305.03695](https://arxiv.org/abs/2305.03695).
309
 
310
  Type a commonsense statement in the box below and click the submit button to see Vera's prediction on its correctness. You can try both correct and incorrect statements. If you are looking for inspiration, try the examples at the bottom of the page!
311