Abbeite commited on
Commit
6a77361
1 Parent(s): 08ca9f1

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 AutoModelForCausalLM, AutoTokenizer, pipeline
4
 
5
  # Set the logger to display only CRITICAL messages
6
  logging.basicConfig(level=logging.CRITICAL)
7
- st.caching.clear_cache()
8
 
9
  # Cache the model and tokenizer to avoid reloading it every time
10
  @st.experimental_singleton
 
4
 
5
  # Set the logger to display only CRITICAL messages
6
  logging.basicConfig(level=logging.CRITICAL)
7
+
8
 
9
  # Cache the model and tokenizer to avoid reloading it every time
10
  @st.experimental_singleton