MarkusStoll commited on
Commit
55e110e
1 Parent(s): 6c8ecef

layout_removed

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -25,4 +25,4 @@ if __name__ == "__main__":
25
  df = dataset.to_pandas()
26
  df_show = df.drop(columns=['embedding', 'probabilities'])
27
  spotlight.show(df_show.sample(5000, random_state=1), port=7860, host="0.0.0.0",
28
- dtype={"image": spotlight.Image, "embedding_reduced": spotlight.Embedding}, allow_filebrowsing=False, layout="spotlight-layout.json")
 
25
  df = dataset.to_pandas()
26
  df_show = df.drop(columns=['embedding', 'probabilities'])
27
  spotlight.show(df_show.sample(5000, random_state=1), port=7860, host="0.0.0.0",
28
+ dtype={"image": spotlight.Image, "embedding_reduced": spotlight.Embedding}, allow_filebrowsing=False)