Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,6 +90,7 @@ def inference(audio, state=""):
|
|
90 |
print("print3: Responses ", response)
|
91 |
print("Object type of response: ", type(response))
|
92 |
infered = list(map(lambda x: x.split(',')[0], infers))
|
|
|
93 |
|
94 |
|
95 |
|
|
|
90 |
print("print3: Responses ", response)
|
91 |
print("Object type of response: ", type(response))
|
92 |
infered = list(map(lambda x: x.split(',')[0], infers))
|
93 |
+
print("Infered type is: ", type(infered))
|
94 |
|
95 |
|
96 |
|