Spaces:
Runtime error
Runtime error
levmckinney
commited on
Commit
•
0300fff
1
Parent(s):
4004daa
Fixed plot title.
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def make_plot(lens, text, statistic, token_cutoff):
|
|
50 |
)
|
51 |
|
52 |
return getattr(pred_traj, statistic_options_dict[statistic])().figure(
|
53 |
-
title=f"{lens
|
54 |
)
|
55 |
|
56 |
preamble = """
|
|
|
50 |
)
|
51 |
|
52 |
return getattr(pred_traj, statistic_options_dict[statistic])().figure(
|
53 |
+
title=f"{lens} ({model.name_or_path}) {statistic}",
|
54 |
)
|
55 |
|
56 |
preamble = """
|