gregorlied commited on
Commit
21a1e61
·
verified ·
1 Parent(s): 3ead7c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ For more information on `huggingface_hub` Inference API support, please check th
8
  """
9
  HF_TOKEN = os.getenv("HF_TOKEN")
10
 
11
- model_name = "meta-llama/Llama-3.2-1B-Instruct"
12
  client = InferenceClient(model_name, api_key=HF_TOKEN)
13
 
14
  @spaces.GPU(duration=60)
 
8
  """
9
  HF_TOKEN = os.getenv("HF_TOKEN")
10
 
11
+ model_name = "meta-llama/Llama-3.2-3B-Instruct"
12
  client = InferenceClient(model_name, api_key=HF_TOKEN)
13
 
14
  @spaces.GPU(duration=60)