From 061924213c11d60c3f285848081162836b5a7200 Mon Sep 17 00:00:00 2001 From: if Date: Sun, 23 Apr 2023 22:49:40 +0300 Subject: [PATCH] fix gif path for stt --- ai_talks/src/utils/stt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_talks/src/utils/stt.py b/ai_talks/src/utils/stt.py index 4534308..5b19963 100644 --- a/ai_talks/src/utils/stt.py +++ b/ai_talks/src/utils/stt.py @@ -5,7 +5,7 @@ from bokeh.models import CustomJS from bokeh.models.widgets import Button from streamlit_bokeh_events import streamlit_bokeh_events -REC_GIF = "assets/icons/rec_on.gif" +REC_GIF = "ai_talks/assets/icons/rec_on.gif" def get_js_code(lang: str) -> str: