giustinod commited on
Commit
bdf1270
1 Parent(s): 25f4e9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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]],