Update app.py
Browse files
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/
|
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:
|