akhaliq HF staff commited on
Commit
7ae7e2a
1 Parent(s): 0484642

fix links and add description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,8 +62,8 @@ def generate(image,context, length, temperature, top_k,rearrange):
62
  examples=[["woods_hi.jpeg","Describe the painting:",15,0.7,0,False]]
63
 
64
  title="MAGMA"
65
- description="MAGMA -- Multimodal Augmentation of Generative Models through Adapter-based Finetuning"
66
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.05253'>MAGMA -- Multimodal Augmentation of Generative Models through Adapter-based Finetuning</a> | <a href='https://github.com/Aleph-Alpha/magma'>Github Repo</a></p>"
67
  iface = gr.Interface(
68
  fn=generate,
69
  inputs=[
 
62
  examples=[["woods_hi.jpeg","Describe the painting:",15,0.7,0,False]]
63
 
64
  title="MAGMA"
65
+ description="Gradio Demo for MAGMA -- Multimodal Augmentation of Generative Models through Adapter-based Finetuning. Read more at the links below."
66
+ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.05253' target='_blank'>MAGMA -- Multimodal Augmentation of Generative Models through Adapter-based Finetuning</a> | <a href='https://github.com/Aleph-Alpha/magma' target='_blank'>Github Repo</a></p>"
67
  iface = gr.Interface(
68
  fn=generate,
69
  inputs=[