Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
gera-richarte
commited on
Commit
•
3326301
1
Parent(s):
cf095b7
readme for app, and correct header in page
Browse files
README.md
CHANGED
@@ -10,4 +10,4 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
-
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
This is a Gradio based application to browse the [satellogic/EarthView](https://huggingface.co/datasets/satellogic/EarthView) Dataset
|
app.py
CHANGED
@@ -123,7 +123,7 @@ def update_shape(rows, columns):
|
|
123 |
|
124 |
|
125 |
with gr.Blocks(title="Dataset Explorer", fill_height = True) as demo:
|
126 |
-
gr.Markdown("#[satellogic/EarthView](https://huggingface.co/datasets/satellogic/EarthView) Dataset Viewer")
|
127 |
batch_size = gr.Number(10, label = "Batch Size", render=False)
|
128 |
shard = gr.Slider(label="Shard", minimum=0, maximum=10000, step=1, render=False)
|
129 |
table = gr.DataFrame(render = False)
|
|
|
123 |
|
124 |
|
125 |
with gr.Blocks(title="Dataset Explorer", fill_height = True) as demo:
|
126 |
+
gr.Markdown("# [satellogic/EarthView](https://huggingface.co/datasets/satellogic/EarthView) Dataset Viewer")
|
127 |
batch_size = gr.Number(10, label = "Batch Size", render=False)
|
128 |
shard = gr.Slider(label="Shard", minimum=0, maximum=10000, step=1, render=False)
|
129 |
table = gr.DataFrame(render = False)
|