Spaces:
Running
Running
admin
commited on
Commit
·
a9c27b3
1
Parent(s):
70ac256
upd app py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ with gr.Blocks() as demo:
|
|
146 |
value='IMAGENET1K_V1'
|
147 |
)
|
148 |
sync_btn = gr.Button("Clean cache")
|
149 |
-
dld_file = gr.components.File(label="Download JSON")
|
150 |
|
151 |
with gr.Row():
|
152 |
data_frame = gr.Dataframe(
|
|
|
146 |
value='IMAGENET1K_V1'
|
147 |
)
|
148 |
sync_btn = gr.Button("Clean cache")
|
149 |
+
dld_file = gr.components.File(label="Download JSON lines")
|
150 |
|
151 |
with gr.Row():
|
152 |
data_frame = gr.Dataframe(
|