Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -28,6 +28,7 @@ class UserInterface():
|
|
28 |
"Sharathhebbar24/llama_7b_chat",
|
29 |
"CultriX/MistralTrix-v1",
|
30 |
"ahxt/LiteLlama-460M-1T",
|
|
|
31 |
)
|
32 |
self.models = st.sidebar.selectbox(
|
33 |
label="Choose your models",
|
|
|
28 |
"Sharathhebbar24/llama_7b_chat",
|
29 |
"CultriX/MistralTrix-v1",
|
30 |
"ahxt/LiteLlama-460M-1T",
|
31 |
+
"gorilla-llm/gorilla-7b-hf-delta-v0",
|
32 |
)
|
33 |
self.models = st.sidebar.selectbox(
|
34 |
label="Choose your models",
|