Spaces:
Runtime error
Runtime error
anas-awadalla
commited on
Commit
•
ff73b40
1
Parent(s):
2f20e14
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ with gr.Blocks() as demo:
|
|
202 |
|
203 |
GitHub: [open_flamingo](https://github.com/mlfoundations/open_flamingo)
|
204 |
|
205 |
-
In this demo we showcase the in-context learning capabilities of the OpenFlamingo-
|
206 |
The model is trained on an interleaved mixture of text and images and is able to generate text conditioned on sequences of images/text. To safeguard against harmful generations, we detect toxic text in the model output and reject it. However, we understand that this is not a perfect solution and we encourage you to use this demo responsibly. If you find that the model is generating harmful text, please report it using this [form](https://forms.gle/StbcPvyyW2p3Pc7z6).
|
207 |
"""
|
208 |
)
|
|
|
202 |
|
203 |
GitHub: [open_flamingo](https://github.com/mlfoundations/open_flamingo)
|
204 |
|
205 |
+
In this demo we showcase the in-context learning capabilities of the OpenFlamingo-9B model, a large multimodal model trained on top of mpt-7b. Note that we add two additional demonstrations to the ones presented to improve the demo experience.
|
206 |
The model is trained on an interleaved mixture of text and images and is able to generate text conditioned on sequences of images/text. To safeguard against harmful generations, we detect toxic text in the model output and reject it. However, we understand that this is not a perfect solution and we encourage you to use this demo responsibly. If you find that the model is generating harmful text, please report it using this [form](https://forms.gle/StbcPvyyW2p3Pc7z6).
|
207 |
"""
|
208 |
)
|