Fetching metadata from the HF Docker repository...
nakas
commited on
|
@@ -1,5 +1,6 @@
|
1
|
import librosa
|
2
|
import gradio as gr
|
|
|
3
|
|
4
|
def greet(audio):
|
5
|
path = audio
|
|
|
1
|
import librosa
|
2
|
import gradio as gr
|
3
|
+
import numpy as np
|
4
|
|
5
|
def greet(audio):
|
6
|
path = audio
|