richardkimsm89 commited on
Commit
63a8b7c
·
verified ·
1 Parent(s): dbd34c4

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.2-3B-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.3-70B-Instruct"
8
 
9
  def fn_llama_3_text(
10
  prompt,