Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,8 @@ def inference(audio, prompt, model, temperature, latest):
|
|
81 |
#infered = list(map(lambda x: x.split(','), infers))
|
82 |
|
83 |
|
84 |
-
|
|
|
85 |
res = []
|
86 |
|
87 |
op1 = infers[0]
|
|
|
81 |
#infered = list(map(lambda x: x.split(','), infers))
|
82 |
|
83 |
|
84 |
+
infers.drop_duplicates(keep='first', inplace=True)
|
85 |
+
print(infers)
|
86 |
res = []
|
87 |
|
88 |
op1 = infers[0]
|