huzey commited on
Commit
e4a022c
1 Parent(s): 7645f3c

add hand dataset

Browse files
Files changed (1) hide show
  1. app.py +0 -6
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)