niclasfw commited on
Commit
f198b15
1 Parent(s): 0b07e1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
  import torch
5
 
6
 
7
- @st.cache_resource(allow_output_mutation=True)
8
  def get_model():
9
  # load base LLM model and tokenizer
10
 
 
4
  import torch
5
 
6
 
7
+ @st.cache_resource()
8
  def get_model():
9
  # load base LLM model and tokenizer
10