Spaces:
Sleeping
Sleeping
fix: arrange positional args
Browse files
app.py
CHANGED
@@ -109,9 +109,9 @@ def plot_distances(
|
|
109 |
use_average,
|
110 |
cluster_method,
|
111 |
cluster_method_param,
|
112 |
-
plot_fn,
|
113 |
figsize_h,
|
114 |
figsize_w,
|
|
|
115 |
):
|
116 |
"""
|
117 |
Plots all languages from the distances matrix using t-SNE.
|
|
|
109 |
use_average,
|
110 |
cluster_method,
|
111 |
cluster_method_param,
|
|
|
112 |
figsize_h,
|
113 |
figsize_w,
|
114 |
+
plot_fn,
|
115 |
):
|
116 |
"""
|
117 |
Plots all languages from the distances matrix using t-SNE.
|