Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,8 @@ model_id = "giustinod/TestLogica-AZService"
|
|
8 |
|
9 |
client = InferenceClient(model_id)
|
10 |
|
|
|
|
|
11 |
def respond(
|
12 |
message,
|
13 |
history: list[tuple[str, str]],
|
|
|
8 |
|
9 |
client = InferenceClient(model_id)
|
10 |
|
11 |
+
# Sembra che il modello non vada bene, devo lavorare sul training
|
12 |
+
|
13 |
def respond(
|
14 |
message,
|
15 |
history: list[tuple[str, str]],
|