Spaces:
Running
Running
RakeshUtekar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def main():
|
|
56 |
model_names = [
|
57 |
"meta-llama/Llama-3.3-70B-Instruct",
|
58 |
"mistralai/Mistral-7B-v0.1",
|
59 |
-
"tiiuae/falcon-
|
60 |
|
61 |
]
|
62 |
selected_model = st.selectbox("Select a model:", model_names)
|
|
|
56 |
model_names = [
|
57 |
"meta-llama/Llama-3.3-70B-Instruct",
|
58 |
"mistralai/Mistral-7B-v0.1",
|
59 |
+
"tiiuae/falcon-7b"
|
60 |
|
61 |
]
|
62 |
selected_model = st.selectbox("Select a model:", model_names)
|