Sharathhebbar24 commited on
Commit
68f8c4b
·
1 Parent(s): 93c950f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -23,6 +23,7 @@ class UserInterface():
23
  # "Sharathhebbar24/convo_bot_gpt2",
24
  "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
25
  "meta-llama/Llama-2-7b-chat-hf",
 
26
  )
27
  self.models = st.sidebar.selectbox(
28
  label="Choose your models",
 
23
  # "Sharathhebbar24/convo_bot_gpt2",
24
  "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
25
  "meta-llama/Llama-2-7b-chat-hf",
26
+ "Sharathhebbar24/llama_7b_chat",
27
  )
28
  self.models = st.sidebar.selectbox(
29
  label="Choose your models",