sps44 commited on
Commit
7477e43
·
1 Parent(s): c1daa9b
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -38,6 +38,6 @@ if __name__ == "__main__":
38
  'm1_embedding':spotlight.Embedding,
39
  'm2_embedding':spotlight.Embedding,
40
  'embedding_emotion':spotlight.Embedding}
41
- view = spotlight.show(df_show, issues=issues, port=7860, host="0.0.0.0", layout="layout-model-debug.json",
42
  dtype=dtypes, allow_filebrowsing=False)
43
  view.close()
 
38
  'm1_embedding':spotlight.Embedding,
39
  'm2_embedding':spotlight.Embedding,
40
  'embedding_emotion':spotlight.Embedding}
41
+ view = spotlight.show(df, issues=issues, port=7860, host="0.0.0.0", layout="layout-model-debug.json",
42
  dtype=dtypes, allow_filebrowsing=False)
43
  view.close()