WilliamGazeley
commited on
Commit
·
6e203a2
1
Parent(s):
e87746b
Add spinner
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ You are a helpful financial assistant that answers the user as accurately, truth
|
|
| 12 |
|
| 13 |
"""
|
| 14 |
|
| 15 |
-
@st.cache_resource
|
| 16 |
def init_llm():
|
| 17 |
huggingface_hub.login(token=os.getenv("HF_TOKEN"))
|
| 18 |
llm = LLM(model="InvestmentResearchAI/LLM-ADE-small-v0.1.0")
|
|
|
|
| 12 |
|
| 13 |
"""
|
| 14 |
|
| 15 |
+
@st.cache_resource(show_spinner=False)
|
| 16 |
def init_llm():
|
| 17 |
huggingface_hub.login(token=os.getenv("HF_TOKEN"))
|
| 18 |
llm = LLM(model="InvestmentResearchAI/LLM-ADE-small-v0.1.0")
|