Spaces:
Running
Running
Commit
·
2f21499
1
Parent(s):
0a56d24
Update main.py
Browse files
main.py
CHANGED
@@ -20,7 +20,8 @@ class UserInterface():
|
|
20 |
models_name = (
|
21 |
"HuggingFaceH4/zephyr-7b-beta",
|
22 |
"Open-Orca/Mistral-7B-OpenOrca",
|
23 |
-
"Sharathhebbar24/convo_bot_gpt2",
|
|
|
24 |
)
|
25 |
self.models = st.sidebar.selectbox(
|
26 |
label="Choose your models",
|
|
|
20 |
models_name = (
|
21 |
"HuggingFaceH4/zephyr-7b-beta",
|
22 |
"Open-Orca/Mistral-7B-OpenOrca",
|
23 |
+
# "Sharathhebbar24/convo_bot_gpt2",
|
24 |
+
"meta-llama/Llama-2-7b-chat-hf",
|
25 |
)
|
26 |
self.models = st.sidebar.selectbox(
|
27 |
label="Choose your models",
|