Spaces:
Running
Running
Commit
·
68f8c4b
1
Parent(s):
93c950f
Update main.py
Browse files
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",
|