umaiku commited on
Commit
6e990be
·
verified ·
1 Parent(s): aa78463

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,8 +63,8 @@ For more information on `huggingface_hub` Inference API support, please check th
63
  HF_TOKEN=os.getenv('TOKEN')
64
  login(HF_TOKEN)
65
 
66
- #model = "meta-llama/Meta-Llama-3-8B-Instruct"
67
- model = "swiss-ai/Apertus-8B-Instruct-2509"
68
 
69
  client = InferenceClient(model)
70
 
 
63
  HF_TOKEN=os.getenv('TOKEN')
64
  login(HF_TOKEN)
65
 
66
+ model = "meta-llama/Meta-Llama-3-8B-Instruct"
67
+ #model = "swiss-ai/Apertus-8B-Instruct-2509"
68
 
69
  client = InferenceClient(model)
70