Spaces:
Runtime error
Runtime error
show call
Browse files
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(
|
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()
|