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