davanstrien HF Staff commited on
Commit
b12bbf6
·
1 Parent(s): 3a5e47f

add disclaimer

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -134,6 +134,7 @@ with gr.Blocks() as demo:
134
  """# ARCH Image Dataset Explorer
135
  This [Gradio](https://gradio.app/) [Space](https://huggingface.co/spaces/launch) allows you to explore an image dataset exported from ARCH: Archive Research Compute Hub from the [Internet Archive](https://archive.org/).
136
  Each tab allows you to explore the dataset in a slightly different way by making use of Machine Learning models and tools from the Hugging Face ecosystem.
 
137
  """
138
  )
139
  with gr.Tab("Random Image Gallery"):
 
134
  """# ARCH Image Dataset Explorer
135
  This [Gradio](https://gradio.app/) [Space](https://huggingface.co/spaces/launch) allows you to explore an image dataset exported from ARCH: Archive Research Compute Hub from the [Internet Archive](https://archive.org/).
136
  Each tab allows you to explore the dataset in a slightly different way by making use of Machine Learning models and tools from the Hugging Face ecosystem.
137
+ **NOTE**: Images in the dataset are sourced from a collection generated from the web and may contain images that are Not Suitable for All Eyes.
138
  """
139
  )
140
  with gr.Tab("Random Image Gallery"):