Spaces:
Runtime error
Runtime error
Commit
·
5e69434
1
Parent(s):
c0d8e02
fix title
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ def predict_subset(model_id, token):
|
|
128 |
|
129 |
|
130 |
with gr.Blocks() as demo:
|
131 |
-
gr.Markdown("""#
|
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 |
""")
|
|
|
128 |
|
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 |
""")
|