Spaces:
Runtime error
Runtime error
Commit
·
0976e6f
1
Parent(s):
30396d6
add preamble
Browse files
app.py
CHANGED
@@ -128,6 +128,10 @@ def predict_subset(model_id, token):
|
|
128 |
|
129 |
|
130 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
131 |
with gr.Tab("Random Image Gallery"):
|
132 |
gr.Markdown(
|
133 |
"""## Random image gallery
|
|
|
128 |
|
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"):
|
136 |
gr.Markdown(
|
137 |
"""## Random image gallery
|