richardkimsm89 commited on
Commit
499c539
·
verified ·
1 Parent(s): 80f53b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import InferenceClient
4
  client = InferenceClient()
5
 
6
  # Llama 3 - Text
7
- model_llama_3_text = "meta-llama/Llama-3.1-8B-Instruct"
8
 
9
  def fn_llama_3_text(
10
  prompt,
 
4
  client = InferenceClient()
5
 
6
  # Llama 3 - Text
7
+ model_llama_3_text = "meta-llama/Llama-3.2-3B-Instruct"
8
 
9
  def fn_llama_3_text(
10
  prompt,