Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Fix indentation
Browse files- sonogram_utility.py +1 -1
sonogram_utility.py
CHANGED
|
@@ -76,7 +76,7 @@ def colorsCSS(n):
|
|
| 76 |
g = f'{bgr[0][0][1].item():02x}'
|
| 77 |
r = f'{bgr[0][0][2].item():02x}'
|
| 78 |
ret.append('#'+b+g+r)
|
| 79 |
-
|
| 80 |
|
| 81 |
def extendSpeakers(mySpeakerList, fileLabel = 'NONE', maximumSecondDifference = 1, minimumSecondDuration = 0):
|
| 82 |
'''
|
|
|
|
| 76 |
g = f'{bgr[0][0][1].item():02x}'
|
| 77 |
r = f'{bgr[0][0][2].item():02x}'
|
| 78 |
ret.append('#'+b+g+r)
|
| 79 |
+
return ret
|
| 80 |
|
| 81 |
def extendSpeakers(mySpeakerList, fileLabel = 'NONE', maximumSecondDifference = 1, minimumSecondDuration = 0):
|
| 82 |
'''
|