sps44 commited on
Commit
b675ab7
1 Parent(s): b7e011a

switch to model debug layout

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. run.py +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  title: Debug a voice analytics model
3
- emoji: 📊
4
- colorFrom: gray
5
  colorTo: blue
6
  sdk: docker
7
  pinned: false
 
1
  ---
2
  title: Debug a voice analytics model
3
+ emoji: 🎙️
4
+ colorFrom: red
5
  colorTo: blue
6
  sdk: docker
7
  pinned: false
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, issues=issues, port=7860, host="0.0.0.0", layout="layout-model-comparison.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()