oscmansan commited on
Commit
5094b5e
1 Parent(s): 78b932f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,6 +39,6 @@ interface = gr.Interface(
39
  inputs=[image, question],
40
  outputs=answer,
41
  title="MAPL🍁",
42
- description="Paper: [https://arxiv.org/abs/2210.07179](https://arxiv.org/abs/2210.07179)]\nCode and weights: [https://github.com/mair-lab/mapl](https://github.com/mair-lab/mapl)",
43
  allow_flagging='never')
44
  interface.launch()
 
39
  inputs=[image, question],
40
  outputs=answer,
41
  title="MAPL🍁",
42
+ description="Paper: [https://arxiv.org/abs/2210.07179](https://arxiv.org/abs/2210.07179)\nCode and weights: [https://github.com/mair-lab/mapl](https://github.com/mair-lab/mapl)",
43
  allow_flagging='never')
44
  interface.launch()