sps44 commited on
Commit
8157d79
1 Parent(s): ac08e95

without sampling

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -35,6 +35,6 @@ if __name__ == "__main__":
35
  #df = dataset.to_pandas()
36
  df_show = df.drop(columns=['embedding', 'probabilities'])
37
  while True:
38
- view = spotlight.show(df_show.sample(5000, random_state=1), issues=issues, port=7860, host="0.0.0.0",
39
  dtype={"image": spotlight.Image, "embedding_reduced": spotlight.Embedding}, allow_filebrowsing=False)
40
  view.close()
 
35
  #df = dataset.to_pandas()
36
  df_show = df.drop(columns=['embedding', 'probabilities'])
37
  while True:
38
+ view = spotlight.show(df_show, issues=issues, port=7860, host="0.0.0.0",
39
  dtype={"image": spotlight.Image, "embedding_reduced": spotlight.Embedding}, allow_filebrowsing=False)
40
  view.close()