Madhuri123 commited on
Commit
87ad6b5
·
verified ·
1 Parent(s): 8a2f1c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "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
 
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