Thziin commited on
Commit
42784a6
·
verified ·
1 Parent(s): 4e36c4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def get_example_from_aicoder(dataset, index):
32
  def initialize_client():
33
  try:
34
  print("Inicializando o cliente de inferência...")
35
- client = InferenceClient("unsloth/Llama-3.2-1B-Instruct")
36
  print("Cliente de inferência inicializado com sucesso!")
37
  return client
38
  except Exception as e:
 
32
  def initialize_client():
33
  try:
34
  print("Inicializando o cliente de inferência...")
35
+ client = InferenceClient("unsloth/Qwen2.5-Coder-32B-Instruct")
36
  print("Cliente de inferência inicializado com sucesso!")
37
  return client
38
  except Exception as e: