zhtet commited on
Commit
459520e
1 Parent(s): bca28ee

Update pages/llama_custom_demo.py

Browse files
Files changed (1) hide show
  1. pages/llama_custom_demo.py +2 -2
pages/llama_custom_demo.py CHANGED
@@ -20,7 +20,7 @@ else:
20
  label="Select your model:", options=("bigscience/bloom-560m",)
21
  )
22
 
23
- with st.spinner("Initializing vector index"):
24
- model = LlamaCustom(model_name=option)
25
 
26
  chatbox("llama_custom", model)
 
20
  label="Select your model:", options=("bigscience/bloom-560m",)
21
  )
22
 
23
+ # with st.spinner("Initializing vector index"):
24
+ model = LlamaCustom(model_name=option)
25
 
26
  chatbox("llama_custom", model)