Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ user_input = st.text_input("Enter a text prompt:", "")
|
|
13 |
# Dropdown for selecting between LLaMA 3 models
|
14 |
model_id = st.selectbox(
|
15 |
"Select a LLaMA model",
|
16 |
-
["meta-llama/Llama-3.2-3B-Instruct",
|
17 |
)
|
18 |
|
19 |
# Initialize the Inference Client
|
|
|
13 |
# Dropdown for selecting between LLaMA 3 models
|
14 |
model_id = st.selectbox(
|
15 |
"Select a LLaMA model",
|
16 |
+
["meta-llama/Llama-3.2-3B-Instruct","google/gemma-7b","meta-llama/Llama-3.2-1B-Instruct","meta-llama/Meta-Llama-3-8B-Instruct"] # Replace with the correct model names
|
17 |
)
|
18 |
|
19 |
# Initialize the Inference Client
|