akhaliq HF staff commited on
Commit
eb9b63f
1 Parent(s): 0601286

fix examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def generate(image,context, length, temperature, top_k):
53
 
54
  return output[0]
55
 
56
- examples=["woods_hi.jpeg","Describe the painting:",15,0.7,0]
57
 
58
  title="MAGMA"
59
  description="MAGMA -- Multimodal Augmentation of Generative Models through Adapter-based Finetuning"
 
53
 
54
  return output[0]
55
 
56
+ examples=[["woods_hi.jpeg","Describe the painting:",15,0.7,0]]
57
 
58
  title="MAGMA"
59
  description="MAGMA -- Multimodal Augmentation of Generative Models through Adapter-based Finetuning"