Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,6 @@ max_tokens = st.sidebar.number_input(
|
|
90 |
)
|
91 |
|
92 |
# chached
|
93 |
-
@st.cache_resource
|
94 |
def get_llm(model_id):
|
95 |
return HuggingFaceEndpoint(
|
96 |
repo_id=model_id,
|
|
|
90 |
)
|
91 |
|
92 |
# chached
|
|
|
93 |
def get_llm(model_id):
|
94 |
return HuggingFaceEndpoint(
|
95 |
repo_id=model_id,
|