Spaces:
Running
Running
Commit
·
0a56d24
1
Parent(s):
794e806
Update main.py
Browse files
main.py
CHANGED
@@ -20,6 +20,7 @@ class UserInterface():
|
|
20 |
models_name = (
|
21 |
"HuggingFaceH4/zephyr-7b-beta",
|
22 |
"Open-Orca/Mistral-7B-OpenOrca",
|
|
|
23 |
)
|
24 |
self.models = st.sidebar.selectbox(
|
25 |
label="Choose your models",
|
|
|
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",
|