Spaces:
Runtime error
Runtime error
stellaathena
commited on
Commit
•
700d921
1
Parent(s):
a6fb666
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ examples=[["woods_hi.jpeg","Describe the painting:",15,0.7,0,False], ["E8EB3C7B-
|
|
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'>
|
67 |
iface = gr.Interface(
|
68 |
fn=generate,
|
69 |
inputs=[
|
|
|
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'><br> Gradio Demo for MAGMA -- Multimodal Augmentation of Generative Models through Adapter-based Finetuning. Original model by Constantin Eichenberg, Sid Black, Samuel Weinbach, Letitia Parcalabescu, and Anette Frank.<br><a href='https://arxiv.org/abs/2112.05253' target='_blank'>arXiv</a> | <a href='https://github.com/Aleph-Alpha/magma' target='_blank'>Github Repo</a></p>"
|
67 |
iface = gr.Interface(
|
68 |
fn=generate,
|
69 |
inputs=[
|