mshukor HF staff commited on
Commit
5c20b83
·
1 Parent(s): 48d1b07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -498,7 +498,7 @@ examples = [
498
 
499
  title = "UnIVAL"
500
  description = "Gradio Demo for UnIVAL: "
501
- article = "<p style='text-align: center'><a href='http://arxiv.org/abs/2202.' target='_blank'>Paper</a> | <a href='https://github.com/mshukor/UnIVAL' target='_blank'>Github Repo</a></p>"
502
 
503
  io = gr.Interface(fn=inference, inputs=inputs, outputs=outputs,
504
  title=title, description=description, article=article, examples=examples, cache_examples=False)
 
498
 
499
  title = "UnIVAL"
500
  description = "Gradio Demo for UnIVAL: "
501
+ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2307.16184' target='_blank'>Paper</a> | <a href='https://github.com/mshukor/UnIVAL' target='_blank'>Github Repo</a></p>"
502
 
503
  io = gr.Interface(fn=inference, inputs=inputs, outputs=outputs,
504
  title=title, description=description, article=article, examples=examples, cache_examples=False)