Gervacius commited on
Commit
b6f27cc
·
verified ·
1 Parent(s): 21cd801

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  hf_token = os.getenv("HUGGINGFACE_HUB_TOKEN")
7
 
8
  # Model name
9
- model_name = "meta-llama/Llama-3.1-8B-Instruct"
10
 
11
  # Load the model and tokenizer with the token
12
  tokenizer = AutoTokenizer.from_pretrained(model_name, use_auth_token=hf_token)
 
6
  hf_token = os.getenv("HUGGINGFACE_HUB_TOKEN")
7
 
8
  # Model name
9
+ model_name = "meta-llama/Llama-3.2-3B-Instruct"
10
 
11
  # Load the model and tokenizer with the token
12
  tokenizer = AutoTokenizer.from_pretrained(model_name, use_auth_token=hf_token)