sps44 commited on
Commit
12495d7
1 Parent(s): c15dd8f

change layout

Browse files
Files changed (1) hide show
  1. run.py +1 -2
run.py CHANGED
@@ -100,7 +100,6 @@ if __name__ == "__main__":
100
  print(f"Serving Hugging Face dataset {hf_settings}.")
101
 
102
 
103
-
104
  spotlight.show(
105
- ds, host="0.0.0.0", port=7860, wait="forever", dtype=dtypes, layout=spotlight.layouts.debug_classification(), analyze=True
106
  )
 
100
  print(f"Serving Hugging Face dataset {hf_settings}.")
101
 
102
 
 
103
  spotlight.show(
104
+ ds, host="0.0.0.0", port=7860, wait="forever", dtype=dtypes, layout=spotlight.layouts.debug_classification(embedding='embedding', inspect={'audio': spotlight.dtypes.audio_dtype}), analyze=True
105
  )