davanstrien HF staff commited on
Commit
c0d8e02
1 Parent(s): d065c26
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def predict_subset(model_id, token):
129
 
130
  with gr.Blocks() as demo:
131
  gr.Markdown("""# Arch Image Dataset Explorer
132
- This Gradio Space allows you to explore an image dataset exported from ARCH: Archive Research Compute Hub from the Internet Archive.
133
  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.
134
  """)
135
  with gr.Tab("Random Image Gallery"):
 
129
 
130
  with gr.Blocks() as demo:
131
  gr.Markdown("""# Arch Image Dataset Explorer
132
+ 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/).
133
  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.
134
  """)
135
  with gr.Tab("Random Image Gallery"):