Update utils.py
Browse files
utils.py
CHANGED
@@ -12,6 +12,7 @@ import pandas as pd
|
|
12 |
import numpy as np
|
13 |
from huggingface_hub import snapshot_download
|
14 |
import librosa
|
|
|
15 |
|
16 |
def enable_buttons_side_by_side():
|
17 |
return tuple(gr.update(visible=True, interactive=True) for i in range(6))
|
|
|
12 |
import numpy as np
|
13 |
from huggingface_hub import snapshot_download
|
14 |
import librosa
|
15 |
+
import random
|
16 |
|
17 |
def enable_buttons_side_by_side():
|
18 |
return tuple(gr.update(visible=True, interactive=True) for i in range(6))
|