stellaathena commited on
Commit
601da8f
1 Parent(s): e25dc80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def generate(image,context, length, temperature, top_k,rearrange):
59
 
60
  return output[0]
61
 
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. Read more at the links below."
 
59
 
60
  return output[0]
61
 
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. Read more at the links below."