Spaces:
Runtime error
Runtime error
anas-awadalla
commited on
Commit
•
0a5a9cf
1
Parent(s):
fe2a8a1
Update app.py
Browse files
app.py
CHANGED
@@ -210,9 +210,9 @@ with gr.Blocks() as demo:
|
|
210 |
with gr.Accordion("See terms and conditions"):
|
211 |
gr.Markdown("""**Please read the following information carefully before proceeding.**
|
212 |
|
213 |
-
[OpenFlamingo-
|
214 |
|
215 |
-
**Limitations.** OpenFlamingo-
|
216 |
|
217 |
**Privacy and data collection.** This demo does NOT store any personal information on its users, and it does NOT store user queries.""")
|
218 |
read_tc = gr.Checkbox(
|
|
|
210 |
with gr.Accordion("See terms and conditions"):
|
211 |
gr.Markdown("""**Please read the following information carefully before proceeding.**
|
212 |
|
213 |
+
[OpenFlamingo-9B](https://huggingface.co/openflamingo/OpenFlamingo-9B-vitl-mpt7b) is a **research prototype** that aims to enable users to interact with AI through both language and images. AI agents equipped with both language and visual understanding can be useful on a larger variety of tasks compared to models that communicate solely via language. By releasing an open-source research prototype, we hope to help the research community better understand the risks and limitations of modern visual-language AI models and accelerate the development of safer and more reliable methods.
|
214 |
|
215 |
+
**Limitations.** OpenFlamingo-9B is built on top of the [MPT-7B](https://huggingface.co/mosaicml/mpt-7b) large language model developed by Together.xyz. Large language models are trained on mostly unfiltered internet data, and have been shown to be able to produce toxic, unethical, inaccurate, and harmful content. On top of this, OpenFlamingo’s ability to support visual inputs creates additional risks, since it can be used in a wider variety of applications; image+text models may carry additional risks specific to multimodality. Please use discretion when assessing the accuracy or appropriateness of the model’s outputs, and be mindful before sharing its results.
|
216 |
|
217 |
**Privacy and data collection.** This demo does NOT store any personal information on its users, and it does NOT store user queries.""")
|
218 |
read_tc = gr.Checkbox(
|