From 15fc56f4cbf3f9fcc48ebec9bbf1d1c474a12d21 Mon Sep 17 00:00:00 2001 From: Liza Shulyayeva <65890040+lazeratops@users.noreply.github.com> Date: Wed, 3 May 2023 09:50:55 +0200 Subject: [PATCH] Account for possible timing issues with model load --- src/components/ChatTile.vue | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/src/components/ChatTile.vue b/src/components/ChatTile.vue index e0e949c..dce788d 100644 --- a/src/components/ChatTile.vue +++ b/src/components/ChatTile.vue @@ -1,8 +1,11 @@