Spaces:
Sleeping
Sleeping
add hand dataset
Browse files
app.py
CHANGED
@@ -917,9 +917,3 @@ if DOWNLOAD_ALL_MODELS_DATASETS:
|
|
917 |
threading.Thread(target=download_all_datasets).start()
|
918 |
|
919 |
demo.launch(share=True)
|
920 |
-
|
921 |
-
# %%
|
922 |
-
ds = load_dataset(DATASET_NAMES[-1])
|
923 |
-
# %%
|
924 |
-
np.unique(ds['train']['label'])
|
925 |
-
# %%
|
|
|
917 |
threading.Thread(target=download_all_datasets).start()
|
918 |
|
919 |
demo.launch(share=True)
|
|
|
|
|
|
|
|
|
|
|
|