Spaces:
Runtime error
Runtime error
stellaathena
commited on
Commit
•
09b6ca0
1
Parent(s):
700d921
Update app.py
Browse files
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], ["E8EB3C7B-291C-400A-81F2-AE9229D9CE23.jpeg", "Q: Is the person in the image older than 35?\nA: " , 15, 0.7, 0, False]]
|
63 |
|
64 |
title="MAGMA"
|
65 |
-
description="Gradio Demo for MAGMA -- Multimodal Augmentation of Generative Models through Adapter-based Finetuning.
|
66 |
-
article = "
|
67 |
iface = gr.Interface(
|
68 |
fn=generate,
|
69 |
inputs=[
|
|
|
62 |
examples=[["woods_hi.jpeg","Describe the painting:",15,0.7,0,False], ["E8EB3C7B-291C-400A-81F2-AE9229D9CE23.jpeg", "Q: Is the person in the image older than 35?\nA: " , 15, 0.7, 0, False]]
|
63 |
|
64 |
title="MAGMA"
|
65 |
+
description="Gradio Demo for MAGMA -- Multimodal Augmentation of Generative Models through Adapter-based Finetuning by Constantin Eichenberg, Sid Black, Samuel Weinbach, Letitia Parcalabescu, and Anette Frank<br> <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>"
|
66 |
+
article = ""
|
67 |
iface = gr.Interface(
|
68 |
fn=generate,
|
69 |
inputs=[
|