video tab layout

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-10-18 14:07:52 -04:00
parent 65ef25cecc
commit 4b95d72d45
13 changed files with 93 additions and 103 deletions
+2 -2
View File
@@ -251,7 +251,7 @@ class GenerationExperiment:
try:
path = self.save_heat_map(word, tokenizer, crop=crop)
path_map[word] = path
except:
except Exception:
pass
return path_map
@@ -328,7 +328,7 @@ class GenerationExperiment:
vocab=vocab,
subtype=directory.name
))
except:
except Exception:
pass
return experiments