Spaces:
Sleeping
Sleeping
change layout
Browse files
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 |
)
|