Spaces:
Runtime error
Runtime error
fix examples
Browse files
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"
|