Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,6 @@ interface = gr.Interface(
|
|
39 |
inputs=[image, question],
|
40 |
outputs=answer,
|
41 |
title="MAPL🍁",
|
42 |
-
description="
|
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()
|