sps44 commited on
Commit
f8fbd50
·
1 Parent(s): 11197b8

fix dtype call

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -40,5 +40,5 @@ if __name__ == "__main__":
40
  'm2_embedding':spotlight.Embedding,
41
  'embedding_emotion':spotlight.Embedding}
42
  view = spotlight.show(df_show, issues=issues, port=7860, host="0.0.0.0", layout="layout-model-debug.json",
43
- dtype=dtypes}, allow_filebrowsing=False)
44
  view.close()
 
40
  'm2_embedding':spotlight.Embedding,
41
  'embedding_emotion':spotlight.Embedding}
42
  view = spotlight.show(df_show, issues=issues, port=7860, host="0.0.0.0", layout="layout-model-debug.json",
43
+ dtype=dtypes, allow_filebrowsing=False)
44
  view.close()