mskov commited on
Commit
6a2ee5c
1 Parent(s): c02123b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -76,7 +76,8 @@ def inference(audio, prompt, model, temperature, latest):
76
  #print("Infered type is: ", type(infered))
77
  infers = list(map(lambda x: x.replace("\n", ""), temp))
78
  #infered = list(map(lambda x: x.split(','), infers))
79
-
 
80
  convoState = latest
81
  infersStr = str(infers)
82
 
 
76
  #print("Infered type is: ", type(infered))
77
  infers = list(map(lambda x: x.replace("\n", ""), temp))
78
  #infered = list(map(lambda x: x.split(','), infers))
79
+ print("INFERS TYPE: ", type(infers))
80
+
81
  convoState = latest
82
  infersStr = str(infers)
83